Fixes for emscripten

This commit is contained in:
momo5502
2025-04-17 18:57:17 +02:00
parent cd348e0095
commit c1553ad2ec
10 changed files with 152 additions and 28 deletions

6
deps/CMakeLists.txt vendored
View File

@@ -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)
##########################################