mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 09:32:41 +08:00
cmake qt fix regression
This commit is contained in:
parent
05e7def3d5
commit
7c27931685
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ if (APPLE)
|
|||
set_target_properties(proxmark3 PROPERTIES COMPILE_FLAGS "-I/usr/local/opt/readline/include")
|
||||
else (APPLE)
|
||||
# required for Raspberry Pi, but breaks with clang (OSX). Need to be at the end of the linker line.
|
||||
set(ADDITIONAL_LNK "-Wl,--as-needed -latomic -Wl,--no-as-needed")
|
||||
set(ADDITIONAL_LNK ${ADDITIONAL_LNK} -Wl,--as-needed -latomic -Wl,--no-as-needed)
|
||||
endif (APPLE)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue