mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
fix a compile bug when PK_ENABLE_OS
is 0
This commit is contained in:
parent
dba808bf0f
commit
c6b1c1015b
@ -29,5 +29,3 @@ struct FileIO {
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
} // namespace pkpy
|
@ -61,6 +61,10 @@ static dylib_entry_t load_dylib(const char* path){
|
||||
}
|
||||
#endif
|
||||
|
||||
#else
|
||||
static dylib_entry_t load_dylib(const char* path){
|
||||
return nullptr;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user