From 3b10f913a693dce295d65072497b90bedc9c6b27 Mon Sep 17 00:00:00 2001 From: Oliver Epper Date: Tue, 16 Jul 2024 14:10:51 +0200 Subject: [PATCH] fixed help text --- ios.toolchain.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios.toolchain.cmake b/ios.toolchain.cmake index bcda290..cdf7380 100644 --- a/ios.toolchain.cmake +++ b/ios.toolchain.cmake @@ -81,7 +81,7 @@ # Note: The build argument "MACOSX_DEPLOYMENT_TARGET" can be used to control min-version of macOS # MAC_CATALYST_ARM64 = Build for Apple Silicon macOS with Catalyst support (iOS toolchain on macOS). # Note: The build argument "MACOSX_DEPLOYMENT_TARGET" can be used to control min-version of macOS -# MAC_CATALYST_UNIVERSAL = OE_FIXME +# MAC_CATALYST_UNIVERSAL = Combined build for x86_64 and Apple Silicon on Catalyst. # # CMAKE_OSX_SYSROOT: Path to the SDK to use. By default this is # automatically determined from PLATFORM and xcodebuild, but