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.
1 parent aa97c4e commit 70c954eCopy full SHA for 70c954e
utils/build-script-impl
@@ -1822,6 +1822,8 @@ function set_swiftsyntax_build_command() {
1822
--swift-build-exec="${SWIFT_BUILD}"
1823
--swift-test-exec="${SWIFT_TEST}"
1824
--swiftc-exec="$(build_directory_bin ${LOCAL_HOST} swift)/swiftc"
1825
+ --syntax-parser-header-dir="${SWIFT_SOURCE_DIR}/include/swift-c/SyntaxParser"
1826
+ --syntax-parser-lib-dir="$(build_directory ${host} swift)/lib"
1827
--swift-syntax-test-exec="$(build_directory_bin ${LOCAL_HOST} swift)/swift-syntax-test"
1828
--filecheck-exec="$(build_directory_bin ${LOCAL_HOST} llvm)/FileCheck")
1829
}
0 commit comments