mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30: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
|
#endif
|
||||||
|
|
||||||
} // namespace pkpy
|
|
@ -61,6 +61,10 @@ static dylib_entry_t load_dylib(const char* path){
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#else
|
||||||
|
static dylib_entry_t load_dylib(const char* path){
|
||||||
|
return nullptr;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user