seems to be python3.so that the linker CLANG on OSX which alerts for it cant do dynamic lookups

This commit is contained in:
iceman1001 2024-04-03 23:55:54 +02:00
commit 720a518b53

View file

@ -455,6 +455,8 @@ if (APPLE)
set(ADDITIONAL_LNK "-framework Foundation" "-framework AppKit") set(ADDITIONAL_LNK "-framework Foundation" "-framework AppKit")
endif() endif()
set_property(TARGET proxmark3 PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")
endif (APPLE) endif (APPLE)
if ((NOT SKIPQT EQUAL 1) AND (Qt5_FOUND)) if ((NOT SKIPQT EQUAL 1) AND (Qt5_FOUND))