diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/python/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/python/CMakeLists.txt b/host/python/CMakeLists.txt index 12325beb3..7c06c0923 100644 --- a/host/python/CMakeLists.txt +++ b/host/python/CMakeLists.txt @@ -42,7 +42,7 @@ target_link_libraries(pyuhd ${Boost_LIBRARIES} ${PYTHON_LIBRARY} uhd) if(WIN32) set(PYUHD_LIBRARY_NAME libpyuhd.pyd) else() - set(PYUHD_LIBRARY_NAME libpyuhd${CMAKE_SHARED_LIBRARY_SUFFIX}) + set(PYUHD_LIBRARY_NAME libpyuhd${CMAKE_SHARED_MODULE_SUFFIX}) endif(WIN32) add_custom_command(TARGET pyuhd |