From 98abf2d2173539910b2cef081138892432ffb63b Mon Sep 17 00:00:00 2001 From: Alexander Widerberg Date: Sat, 8 Jan 2022 08:00:42 +0100 Subject: [PATCH] Fixes #53 --- ios.toolchain.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios.toolchain.cmake b/ios.toolchain.cmake index c538016..3fca889 100644 --- a/ios.toolchain.cmake +++ b/ios.toolchain.cmake @@ -731,7 +731,7 @@ if(DEFINED APPLE_TARGET_TRIPLE_INT) endif() if(PLATFORM_INT MATCHES "^MAC_CATALYST") - set(C_TARGET_FLAGS "-target ${APPLE_TARGET_TRIPLE_INT} -isystem ${CMAKE_OSX_SYSROOT_INT}/System/iOSSupport/usr/include") + set(C_TARGET_FLAGS "-target ${APPLE_TARGET_TRIPLE_INT} -isystem ${CMAKE_OSX_SYSROOT_INT}/System/iOSSupport/usr/include -iframework ${CMAKE_OSX_SYSROOT_INT}/System/iOSSupport/System/Library/Frameworks") endif() if(ENABLE_BITCODE_INT)