mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 20:07:58 -05:00
build: only enable adrenotools on arm64
This commit is contained in:
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
@ -149,5 +149,7 @@ add_library(stb stb/stb_dxt.cpp)
|
||||
target_include_directories(stb PUBLIC ./stb)
|
||||
|
||||
if (ANDROID)
|
||||
add_subdirectory(libadrenotools)
|
||||
if (ARCHITECTURE_arm64)
|
||||
add_subdirectory(libadrenotools)
|
||||
endif()
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user