From 32d08c9db9ae8292980a38b956ed46e9ae40e5b3 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 4 Apr 2024 00:07:53 +0200 Subject: [PATCH] test2 --- client/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 72eaba06c..90bfefc74 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -455,7 +455,7 @@ if (APPLE) set(ADDITIONAL_LNK "-framework Foundation" "-framework AppKit") endif() - set_property(TARGET proxmark3 PROPERTIES LINK_FLAGS "-undefined dynamic_lookup") + set_property(TARGET proxmark3 PROPERTY LINK_FLAGS "-Wl,-undefined dynamic_lookup") endif (APPLE)