mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-08-26 05:41:53 +00:00
common: port: set .wasm as libraries extension on Emscripten
This commit is contained in:
parent
f1e665b5b3
commit
3f5ca210a0
@ -24,6 +24,9 @@ GNU General Public License for more details.
|
||||
#include <sys/syslimits.h>
|
||||
#define OS_LIB_EXT "dylib"
|
||||
#define OPEN_COMMAND "open"
|
||||
#elif XASH_EMSCRIPTEN
|
||||
#define OS_LIB_EXT "wasm"
|
||||
#define OPEN_COMMAND "???"
|
||||
#else
|
||||
#define OS_LIB_EXT "so"
|
||||
#define OPEN_COMMAND "xdg-open"
|
||||
|
Loading…
x
Reference in New Issue
Block a user