Skip to content
Snippets Groups Projects
Commit 6eebd8ff authored by rds's avatar rds
Browse files

remove uneeded linker options

parent 4ea44547
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ AS_IF([test "x$with_macosx_sdk_path" != "x$ZMAP_FALSE"],
# we need to make another target. N.B. _single_ quoted
MACOSX_UNIVERSAL_FILE='$(top_srcdir)/zmapApp/.zmap.c'
MACOSX_UNIVERSAL_FLAGS='-Wl,-undefined,dynamic_lookup -Wl,-all_load'
MACOSX_UNIVERSAL_FLAGS='-Wl,-all_load'
MACOSX_UNIVERSAL_FLAGS=''
###
]], [with_macosx_sdk_path=$ZMAP_FALSE]))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment