aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt
index 37f73f108..4fff30eaf 100644
--- a/host/lib/CMakeLists.txt
+++ b/host/lib/CMakeLists.txt
@@ -204,7 +204,7 @@ if(ENABLE_SIM)
target_link_libraries(uhd ${PYTHON_LIBRARIES})
if(APPLE)
- target_link_options(pyuhd PRIVATE "LINKER:-undefined,dynamic_lookup")
+ target_link_options(uhd PRIVATE "LINKER:-undefined,dynamic_lookup")
endif(APPLE)
endif(ENABLE_SIM)