Change compiling flags in order to get PSI-BIN support on MacOSX - hope it does not influence the linux compilation (unchecked)
This commit is contained in:
parent
e485eb91a9
commit
dca470e7bf
@ -307,6 +307,9 @@ case "$host" in
|
||||
LOCAL_BIN_LDFLAGS="${LOCAL_BIN_LDFLAGS} -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc"
|
||||
LOCAL_LIB_LDFLAGS="-no-undefined ${LOCAL_BIN_LDFLAGS} -Wl,--export-all-symbols"
|
||||
;;
|
||||
*)
|
||||
LOCAL_PSIBIN_LIB_CXXFLAGS="${LOCAL_LIB_CXXFLAGS} -D__linux__"
|
||||
;;
|
||||
esac
|
||||
|
||||
AC_SUBST(LOCAL_BIN_CXXFLAGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user