mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
fix android target
This commit is contained in:
parent
f93f40693e
commit
54f5d292ff
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ else()
|
|||
endif(WITH_STATIC)
|
||||
if(ANDROID)
|
||||
add_library(lokinetandroid SHARED jni/lokinet_android.cpp)
|
||||
target_link_libraries(lokinetandroid ${STATIC_LIB} llarpplatform-static ${THREAD_LIB})
|
||||
target_link_libraries(lokinetandroid ${STATIC_LIB} ${LIBS})
|
||||
endif()
|
||||
|
||||
if(WITH_SHARED)
|
||||
|
|
Loading…
Reference in a new issue