mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
seems to be python3.so that the linker CLANG on OSX which alerts for it cant do dynamic lookups
This commit is contained in:
@@ -455,6 +455,8 @@ if (APPLE)
|
||||
set(ADDITIONAL_LNK "-framework Foundation" "-framework AppKit")
|
||||
endif()
|
||||
|
||||
set_property(TARGET proxmark3 PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")
|
||||
|
||||
endif (APPLE)
|
||||
|
||||
if ((NOT SKIPQT EQUAL 1) AND (Qt5_FOUND))
|
||||
|
||||
Reference in New Issue
Block a user