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