mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-26 17:12:03 +00:00
exclude powah from non-ppc64
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
Vendored
+3
-1
@@ -255,7 +255,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)
|
||||
|
||||
Reference in New Issue
Block a user