mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
a8c5668d89
commit
6ccd0b9178
@ -83,7 +83,9 @@ endif()
|
||||
|
||||
if(UNIX)
|
||||
target_link_libraries(${PROJECT_NAME} m)
|
||||
if(PK_ENABLE_OS)
|
||||
target_link_libraries(${PROJECT_NAME} dl)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(PK_MODULE_WIN32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user