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

remove uneeded linker options

parent 36d866cd
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +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'
###
]], [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