summaryrefslogtreecommitdiff
path: root/dom/media/webspeech/synth/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/webspeech/synth/moz.build')
-rw-r--r--dom/media/webspeech/synth/moz.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/media/webspeech/synth/moz.build b/dom/media/webspeech/synth/moz.build
index 9784686dfe..6603689261 100644
--- a/dom/media/webspeech/synth/moz.build
+++ b/dom/media/webspeech/synth/moz.build
@@ -32,6 +32,9 @@ SOURCES += [
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
DIRS += ['windows']
+if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
+ DIRS += ['cocoa']
+
if CONFIG['MOZ_SYNTH_SPEECHD']:
DIRS += ['speechd']