stupid macos

This commit is contained in:
lizzie 2026-02-23 05:15:17 +00:00 committed by crueter
parent 50eb346218
commit 2238f024c6
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
3 changed files with 7 additions and 2 deletions

View file

@ -53,7 +53,7 @@ endif()
# This fixes some quirks with xcrun or weird iOS toolchain cmake files
if (IOS)
unser(CXX_CLANG)
unset(CXX_CLANG)
set(CXX_APPLE ON)
endif()