mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 15:09:58 +01:00
android: when cross-compiling from macos, don't include objcxx
This commit is contained in:
parent
de7b457ee4
commit
70314b9465
@ -18,10 +18,9 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/externals/cmake-modul
|
||||
include(DownloadExternals)
|
||||
include(CMakeDependentOption)
|
||||
|
||||
if (APPLE)
|
||||
project(citra LANGUAGES C CXX OBJC OBJCXX ASM)
|
||||
else()
|
||||
project(citra LANGUAGES C CXX ASM)
|
||||
project(citra LANGUAGES C CXX ASM)
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR CMAKE_SYSTEM_NAME STREQUAL "iOS")
|
||||
enable_language(OBJC OBJCXX)
|
||||
endif()
|
||||
|
||||
# Some submodules like to pick their own default build type if not specified.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user