diff options
Diffstat (limited to 'dom/geolocation/moz.build')
-rw-r--r-- | dom/geolocation/moz.build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dom/geolocation/moz.build b/dom/geolocation/moz.build index 4a7d8b17be..441349e5f9 100644 --- a/dom/geolocation/moz.build +++ b/dom/geolocation/moz.build @@ -25,7 +25,11 @@ LOCAL_INCLUDES += [ '/dom/ipc', ] -if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': +if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': + LOCAL_INCLUDES += [ + '/dom/system/mac', + ] +elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': LOCAL_INCLUDES += [ '/dom/system/windows', ] |