1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-05 12:29:05 +02:00

Fix "ar: -no_warning_for_no_symbols: No such file or directory"

This commit is contained in:
tsjost 2021-10-14 16:13:20 +02:00
parent 5f5afac574
commit b41b4ef4d7

View File

@ -213,7 +213,7 @@ function(openrw_target_apply_options)
endif()
endif()
if(CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")
if(CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang" AND CMAKE_GENERATOR STREQUAL Xcode)
set_property(
TARGET "${ORW_TARGET}"
APPEND