mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
android: fix adrenotools macro
This commit is contained in:
Vendored
+1
-1
@@ -110,7 +110,7 @@ endif ()
|
||||
if(ANDROID)
|
||||
if(ARCHITECTURE STREQUAL "arm64")
|
||||
add_subdirectory(libadrenotools)
|
||||
add_definitions(-DUSE_ADRENO_TOOLS)
|
||||
target_compile_definitions(adrenotools INTERFACE USE_ADRENO_TOOLS)
|
||||
else()
|
||||
add_library(adrenotools INTERFACE)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user