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 7a57bd8 + 2991674 commit 5824d88Copy full SHA for 5824d88
stdlib/public/core/CMakeLists.txt
@@ -325,8 +325,7 @@ else()
325
set(swift_lib_dir "${SWIFT_NATIVE_SWIFT_TOOLS_PATH}/../lib")
326
endif()
327
328
-list(APPEND swift_stdlib_compile_flags "-external-plugin-path"
329
- "${swift_lib_dir}/swift/host/plugins#${swift_bin_dir}/swift-plugin-server")
+list(APPEND swift_stdlib_compile_flags "-plugin-path" "${swift_lib_dir}/swift/host/plugins")
330
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "DebugDescriptionMacro")
331
332
set(swift_core_incorporate_object_libraries)
0 commit comments