Enable s390x in default arch
This was overriden in a previous PR
This commit is contained in:
parent
f57467e7ed
commit
67c437d8b8
@ -27,7 +27,7 @@ option(BUILD_SHARED_LIBS "Build shared instead of static library" ${PROJECT_IS_T
|
||||
option(UNICORN_FUZZ "Enable fuzzing" OFF)
|
||||
option(UNICORN_BUILD_TESTS "Build unicorn tests" ${PROJECT_IS_TOP_LEVEL})
|
||||
option(UNICORN_INSTALL "Enable unicorn installation" ${PROJECT_IS_TOP_LEVEL})
|
||||
set(UNICORN_ARCH "x86;arm;aarch64;riscv;mips;sparc;m68k;ppc" CACHE STRING "Enabled unicorn architectures")
|
||||
set(UNICORN_ARCH "x86;arm;aarch64;riscv;mips;sparc;m68k;ppc;s390x" CACHE STRING "Enabled unicorn architectures")
|
||||
option(UNICORN_TRACER "Trace unicorn execution" OFF)
|
||||
|
||||
foreach(ARCH_LOOP ${UNICORN_ARCH})
|
||||
|
Loading…
Reference in New Issue
Block a user