Skip to content

Commit 3ac5f1f

Browse files
committed
NSSpeechSynthesizer: Add missing $(AM_LDFLAGS)
This prevents that a versioned dylib is built, as it is unwanted for modules.
1 parent dbddc5c commit 3ac5f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/text_renderer/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ text_LTLIBRARIES += $(LTLIBsvg)
5858

5959
# OS X TTS
6060
libnsspeechsynthesizer_plugin_la_SOURCES = text_renderer/nsspeechsynthesizer.m
61-
libnsspeechsynthesizer_plugin_la_LDFLAGS = -Wl,-framework,Cocoa
61+
libnsspeechsynthesizer_plugin_la_LDFLAGS = $(AM_LDFLAGS) -Wl,-framework,Cocoa
6262
if HAVE_OSX
6363
text_LTLIBRARIES += libnsspeechsynthesizer_plugin.la
6464
endif

0 commit comments

Comments
 (0)