Skip to content

Commit 2493a6d

Browse files
authored
Fix crash on iOS (#1799)
1 parent 68a5c25 commit 2493a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1k/platforms.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if(LINUX OR APPLE)
7777
elseif(APPLE)
7878
set(CMAKE_SKIP_BUILD_RPATH TRUE CACHE BOOL "" FORCE)
7979
if(IOS)
80-
set(CMAKE_INSTALL_RPATH "@executable_path/Frameworks")
80+
set(CMAKE_INSTALL_RPATH "/usr/lib/swift" "@executable_path/Frameworks")
8181
else()
8282
set(CMAKE_INSTALL_RPATH "@executable_path/../Frameworks")
8383
endif()

0 commit comments

Comments
 (0)