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.
@rpath
1 parent aa3e7fb commit 75a5831Copy full SHA for 75a5831
stdlib/public/BackDeployConcurrency/CMakeLists.txt
@@ -39,6 +39,8 @@ endforeach()
39
# Build the concurrency library for back deployment.
40
add_compile_definitions(SWIFT_CONCURRENCY_BACK_DEPLOYMENT)
41
set(swift_concurrency_install_component back-deployment)
42
-set(swift_concurrency_options BACK_DEPLOYMENT_LIBRARY 5.5)
+set(swift_concurrency_options
43
+ BACK_DEPLOYMENT_LIBRARY 5.5
44
+ DARWIN_INSTALL_NAME_DIR "@rpath")
45
46
add_subdirectory(../Concurrency stdlib/public/BackDeployConcurrency)
0 commit comments