* Fix SDL build.

This commit is contained in:
iProgramInCpp
2023-11-03 14:54:16 +02:00
parent bd3348f7fe
commit 8e69df37bb
2 changed files with 5 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ project(reminecraftpe-sdl)
# SDL Build
add_compile_definitions(USE_SDL USE_OPENAL HANDLE_CHARS_SEPARATELY)
set(USE_SDL 1)
# WASM
if(EMSCRIPTEN)