This commit is contained in:
iceman1001 2024-04-04 00:07:53 +02:00
parent 720a518b53
commit 32d08c9db9

View file

@ -455,7 +455,7 @@ if (APPLE)
set(ADDITIONAL_LNK "-framework Foundation" "-framework AppKit")
endif()
set_property(TARGET proxmark3 PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")
set_property(TARGET proxmark3 PROPERTY LINK_FLAGS "-Wl,-undefined dynamic_lookup")
endif (APPLE)