Browse Source
exclude powah from non-ppc64
Signed-off-by: lizzie <lizzie@eden-emu.dev>
dynarmic-ppc64
lizzie
2 months ago
No known key found for this signature in database
GPG Key ID: 287378CADCAB13
1 changed files with
3 additions and
1 deletions
-
externals/CMakeLists.txt
|
|
|
@ -236,7 +236,9 @@ endif() |
|
|
|
add_subdirectory(nx_tzdb) |
|
|
|
|
|
|
|
# PowerPC emitter |
|
|
|
add_subdirectory(powah) |
|
|
|
if (ARCHITECTURE_ppc64) |
|
|
|
add_subdirectory(powah) |
|
|
|
endif() |
|
|
|
|
|
|
|
if (NOT TARGET LLVM::Demangle) |
|
|
|
add_library(demangle demangle/ItaniumDemangle.cpp) |
|
|
|
|