mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07: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:
parent
a4c94ffd3b
commit
720a518b53
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue