~ WIP port emscripen (WebGL)
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
#define NAZARA_DYNLIB_EXTENSION ".dll"
|
||||
#elif defined(NAZARA_PLATFORM_LINUX)
|
||||
#define NAZARA_DYNLIB_EXTENSION ".so"
|
||||
#elif defined(NAZARA_PLATFORM_WEB)
|
||||
#define NAZARA_DYNLIB_EXTENSION ".wasm"
|
||||
#elif defined(NAZARA_PLATFORM_MACOS)
|
||||
#define NAZARA_DYNLIB_EXTENSION ".dylib"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user