Skip to content
Snippets Groups Projects
Commit 62d00477 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

We shouldn't use flat namespace for dlls on Mac OS. Also don't hide

undefined symbol errors.
parent 2aa9e201
No related branches found
No related tags found
No related merge requests found
......@@ -12745,7 +12745,7 @@ echo "${ECHO_T}$ac_cv_c_dll_macho" >&6
if test "$ac_cv_c_dll_macho" = "yes"
then
LIBEXT="dylib"
LDDLLFLAGS="-bundle -flat_namespace -undefined suppress -read_only_relocs warning"
LDDLLFLAGS="-bundle -read_only_relocs warning"
LDSHARED="\$(CC) -dynamiclib"
CFLAGS="$CFLAGS -ffixed-r13 -no-cpp-precomp"
STRIP="$STRIP -u -r"
......
......@@ -1005,7 +1005,7 @@ case $host_os in
if test "$ac_cv_c_dll_macho" = "yes"
then
LIBEXT="dylib"
LDDLLFLAGS="-bundle -flat_namespace -undefined suppress -read_only_relocs warning"
LDDLLFLAGS="-bundle -read_only_relocs warning"
LDSHARED="\$(CC) -dynamiclib"
CFLAGS="$CFLAGS -ffixed-r13 -no-cpp-precomp"
STRIP="$STRIP -u -r"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment