mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-06 19:50:16 +00:00
Compare commits
No commits in common. "6ccd0b91780e4ee48d1ff3127c7ed1fdfd8b2cfc" and "b939df167d70253a2127192111e8489879d9d950" have entirely different histories.
6ccd0b9178
...
b939df167d
@ -83,9 +83,7 @@ endif()
|
||||
|
||||
if(UNIX)
|
||||
target_link_libraries(${PROJECT_NAME} m)
|
||||
if(PK_ENABLE_OS)
|
||||
target_link_libraries(${PROJECT_NAME} dl)
|
||||
endif()
|
||||
target_link_libraries(${PROJECT_NAME} dl)
|
||||
endif()
|
||||
|
||||
if(PK_MODULE_WIN32)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#include "pocketpy/pocketpy.h"
|
||||
|
||||
#if PK_IS_DESKTOP_PLATFORM && PK_ENABLE_OS
|
||||
#if PK_IS_DESKTOP_PLATFORM
|
||||
|
||||
#ifdef _WIN32
|
||||
void* LoadLibraryA(const char*);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user