summaryrefslogtreecommitdiffstats
path: root/dom/media/gmp/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/gmp/moz.build')
-rw-r--r--dom/media/gmp/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/gmp/moz.build b/dom/media/gmp/moz.build
index a2b1be5ed8..3c34021506 100644
--- a/dom/media/gmp/moz.build
+++ b/dom/media/gmp/moz.build
@@ -126,7 +126,7 @@ PREPROCESSED_IPDL_SOURCES += [
"PGMPContent.ipdl",
]
-if CONFIG["OS_TARGET"] in ["WINNT", "Darwin"]:
+if CONFIG["TARGET_OS"] in ["WINNT", "OSX"]:
DEFINES["SUPPORT_STORAGE_ID"] = 1
include("/ipc/chromium/chromium-config.mozbuild")