mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fixed compil by not using linphonecore_jni.cc except on Android
This commit is contained in:
parent
4aa734c86f
commit
33c88916a4
1 changed files with 3 additions and 1 deletions
|
|
@ -115,7 +115,9 @@ if(ENABLE_JAVA_WRAPPER)
|
|||
list(APPEND LINPHONE_SOURCE_FILES_CXX ${LINPHONE_JNI_SOURCES})
|
||||
set_source_files_properties(${LINPHONE_JNI_SOURCES} PROPERTIES GENERATED TRUE)
|
||||
else()
|
||||
list(APPEND LINPHONE_SOURCE_FILES_C linphonecore_jni.cc)
|
||||
if(ANDROID)
|
||||
list(APPEND LINPHONE_SOURCE_FILES_C linphonecore_jni.cc)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(LINPHONE_SOURCE_FILES_OBJC)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue