Skip to content

Commit 02f3298

Browse files
authored
Merge pull request #3595 from jpsim/sourcekit-linux-inproc
[SourceKit] use "inproc" variant of SourceKit on Linux
2 parents 6697dfd + 5634c0d commit 02f3298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ for host in "${ALL_HOSTS[@]}"; do
17481748
)
17491749
fi
17501750

1751-
if [[ "${ENABLE_ASAN}" ]] ; then
1751+
if [[ "${ENABLE_ASAN}" || "$(uname -s)" == "Linux" ]] ; then
17521752
swift_cmake_options=(
17531753
"${swift_cmake_options[@]}"
17541754
-DSWIFT_SOURCEKIT_USE_INPROC_LIBRARY:BOOL=TRUE

0 commit comments

Comments
 (0)