Skip to content

Commit 1a90afd

Browse files
authored
Merge pull request #130 from leetal/53_fix
Fixes #53
2 parents d128656 + 98abf2d commit 1a90afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios.toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ if(DEFINED APPLE_TARGET_TRIPLE_INT)
731731
endif()
732732

733733
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")
734+
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")
735735
endif()
736736

737737
if(ENABLE_BITCODE_INT)

0 commit comments

Comments
 (0)