mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
osx: pass -headerpad_max_install_names to the linker, too
This option won't make it to the actual libtool command which does the linking when not prefixed with -Wl,
This commit is contained in:
parent
6efa693fe7
commit
71e936da58
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ WINSOCK_LIBS=-lwsock32 -lws2_32 -lwininet
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if OS_IS_DARWIN
|
if OS_IS_DARWIN
|
||||||
AM_LDFLAGS+=-headerpad_max_install_names
|
AM_LDFLAGS+=-Wl,-headerpad_max_install_names -headerpad_max_install_names
|
||||||
endif
|
endif
|
||||||
|
|
||||||
FOREIGN_CFLAGS = -w
|
FOREIGN_CFLAGS = -w
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue