Skip to content

Commit 5e13094

Browse files
authored
Merge pull request swiftlang#12400 from compnerd/dispatch-make-program
2 parents 13f05af + 429a368 commit 5e13094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/SourceKit/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
9898
CMAKE_ARGS
9999
-DCMAKE_C_COMPILER=${PATH_TO_CLANG_BUILD}/bin/clang
100100
-DCMAKE_CXX_COMPILER=${PATH_TO_CLANG_BUILD}/bin/clang++
101+
-DCMAKE_MAKE_PROGRAM=${CMAKE_MAKE_PROGRAM}
101102
-DCMAKE_SWIFT_COMPILER=$<TARGET_FILE:swift>c
102103
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
103104
-DENABLE_SWIFT=YES

0 commit comments

Comments
 (0)