mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-12 02:58:45 +00:00
Hopefully fix Android libretro compilation
This commit is contained in:
parent
de86a84695
commit
613aeabd02
1 changed files with 4 additions and 1 deletions
|
@ -201,7 +201,10 @@ target_include_directories(boost SYSTEM INTERFACE ${Boost_INCLUDE_DIR})
|
||||||
|
|
||||||
if(ANDROID)
|
if(ANDROID)
|
||||||
set(CRYPTOPP_OPT_DISABLE_ASM ON CACHE BOOL "" FORCE)
|
set(CRYPTOPP_OPT_DISABLE_ASM ON CACHE BOOL "" FORCE)
|
||||||
|
if(NOT BUILD_LIBRETRO_CORE)
|
||||||
target_sources(AlberCore PRIVATE src/jni_driver.cpp)
|
target_sources(AlberCore PRIVATE src/jni_driver.cpp)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_link_libraries(AlberCore PRIVATE EGL log)
|
target_link_libraries(AlberCore PRIVATE EGL log)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue