mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Fixes for emscripten
This commit is contained in:
6
deps/CMakeLists.txt
vendored
6
deps/CMakeLists.txt
vendored
@@ -1,7 +1,5 @@
|
||||
if (NOT CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
|
||||
set(UNICORN_ARCH "x86" CACHE STRING "")
|
||||
add_subdirectory(unicorn)
|
||||
endif()
|
||||
set(UNICORN_ARCH "x86" CACHE STRING "")
|
||||
add_subdirectory(unicorn)
|
||||
|
||||
##########################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user