mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-11 18:50:03 +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)
|
||||
set(CRYPTOPP_OPT_DISABLE_ASM ON CACHE BOOL "" FORCE)
|
||||
target_sources(AlberCore PRIVATE src/jni_driver.cpp)
|
||||
if(NOT BUILD_LIBRETRO_CORE)
|
||||
target_sources(AlberCore PRIVATE src/jni_driver.cpp)
|
||||
endif()
|
||||
|
||||
target_link_libraries(AlberCore PRIVATE EGL log)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue