mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
comment out definition things
This commit is contained in:
parent
0730513c7d
commit
eba3ff6613
@ -12,11 +12,12 @@ if (WINDOWS_STORE)
|
||||
add_compile_definitions(WINDOWS_STORE)
|
||||
endif()
|
||||
|
||||
#[[
|
||||
if (NXDK)
|
||||
add_compile_definitions(MA_NO_WIN32_FILEIO)
|
||||
add_definitions("-DMA_NO_WIN32_FILEIO -fms-compatibility-version=1000 -D_MSC_VER=1000")
|
||||
endif()
|
||||
|
||||
]]#
|
||||
|
||||
if (EMSCRIPTEN)
|
||||
add_compile_options(-pthread)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user