mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 11:32:24 +00:00
Merge branch 'fix-apple-clang-14-compile' into 'master'
Fix Apple Clang 14 compile See merge request KartKrew/Kart!1126
This commit is contained in:
commit
d108f4e14d
1 changed files with 5 additions and 1 deletions
|
|
@ -13,7 +13,11 @@ target_sources(SRB2SDL2 PRIVATE
|
|||
|
||||
target_include_directories(SRB2SDL2 PRIVATE vm) # This sucks
|
||||
|
||||
set(ACSVM_NOFLAGS ON)
|
||||
# This breaks Apple Clang 14 compile. It should be totally
|
||||
# unecessary since even though vm/CMakeLists.txt sets
|
||||
# CMAKE_CXX_FLAGS, it is in a lower scope.
|
||||
#set(ACSVM_NOFLAGS ON)
|
||||
|
||||
set(ACSVM_SHARED OFF)
|
||||
add_subdirectory(vm)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue