We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbddc5c commit 3ac5f1fCopy full SHA for 3ac5f1f
modules/text_renderer/Makefile.am
@@ -58,7 +58,7 @@ text_LTLIBRARIES += $(LTLIBsvg)
58
59
# OS X TTS
60
libnsspeechsynthesizer_plugin_la_SOURCES = text_renderer/nsspeechsynthesizer.m
61
-libnsspeechsynthesizer_plugin_la_LDFLAGS = -Wl,-framework,Cocoa
+libnsspeechsynthesizer_plugin_la_LDFLAGS = $(AM_LDFLAGS) -Wl,-framework,Cocoa
62
if HAVE_OSX
63
text_LTLIBRARIES += libnsspeechsynthesizer_plugin.la
64
endif
0 commit comments