diff options
Diffstat (limited to 'project/cmake/modules/FindPython.cmake')
-rw-r--r-- | project/cmake/modules/FindPython.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/cmake/modules/FindPython.cmake b/project/cmake/modules/FindPython.cmake index c341f00424..b3fae060ee 100644 --- a/project/cmake/modules/FindPython.cmake +++ b/project/cmake/modules/FindPython.cmake @@ -20,7 +20,7 @@ if(KODI_DEPENDSBUILD) find_library(GMP_LIBRARY gmp REQUIRED) if(NOT CORE_SYSTEM_NAME STREQUAL android) - set(PYTHON_DEP_LIBRARIES -lpthread -ldl -lutil) + set(PYTHON_DEP_LIBRARIES pthread dl util) endif() set(PYTHON_LIBRARIES ${PYTHON_LIBRARY} ${FFI_LIBRARY} ${EXPAT_LIBRARY} ${INTL_LIBRARY} ${GMP_LIBRARY} ${PYTHON_DEP_LIBRARIES}) |