Browse Source

exclude powah from non-ppc64

Signed-off-by: lizzie <lizzie@eden-emu.dev>
dynarmic-ppc64
lizzie 3 months ago
parent
commit
f548d528b9
  1. 4
      externals/CMakeLists.txt

4
externals/CMakeLists.txt

@ -266,7 +266,9 @@ endif()
add_subdirectory(nx_tzdb)
# PowerPC emitter
add_subdirectory(powah)
if (ARCHITECTURE_ppc64)
add_subdirectory(powah)
endif()
add_library(tz tz/tz/tz.cpp)
target_include_directories(tz PUBLIC ./tz)

Loading…
Cancel
Save