mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-01 02:09:00 +02:00
exclude powah from non-ppc64
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
9f96d4f8e4
commit
04c6b26178
1 changed files with 3 additions and 1 deletions
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
|
|
@ -247,7 +247,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…
Add table
Add a link
Reference in a new issue