build: only enable adrenotools on arm64
This commit is contained in:
parent
e6740530e5
commit
d54605d1a5
9 changed files with 33 additions and 15 deletions
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue