We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d128656 + 98abf2d commit 1a90afdCopy full SHA for 1a90afd
ios.toolchain.cmake
@@ -731,7 +731,7 @@ if(DEFINED APPLE_TARGET_TRIPLE_INT)
731
endif()
732
733
if(PLATFORM_INT MATCHES "^MAC_CATALYST")
734
- 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")
735
736
737
if(ENABLE_BITCODE_INT)
0 commit comments