summaryrefslogtreecommitdiffstats
path: root/dom/webauthn/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webauthn/moz.build')
-rw-r--r--dom/webauthn/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webauthn/moz.build b/dom/webauthn/moz.build
index 5d84dc06e7..47309034c8 100644
--- a/dom/webauthn/moz.build
+++ b/dom/webauthn/moz.build
@@ -70,7 +70,7 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "android":
"AndroidWebAuthnService.cpp",
]
-if CONFIG["OS_ARCH"] == "Darwin":
+if CONFIG["TARGET_OS"] == "OSX":
UNIFIED_SOURCES += [
"MacOSWebAuthnService.mm",
]