mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix cmake for osx+python
This commit is contained in:
parent
125e05ec0e
commit
02c76f39e2
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ target_link_libraries(proxmark3 PRIVATE
|
|||
${ADDITIONAL_LNK})
|
||||
|
||||
# OSX have a hard time compiling python3 dependency with older cmake.
|
||||
if (PYTHON3EMBED_FOUND AND PYTHON3_FOUND)
|
||||
if (PYTHON3EMBED_FOUND OR PYTHON3_FOUND)
|
||||
if (NOT CMAKE_VERSION VERSION_LESS 3.13)
|
||||
target_link_directories(proxmark3 PRIVATE ${ADDITIONAL_LNKDIRS})
|
||||
elseif (APPLE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue