Skip to content

Commit a1e4680

Browse files
author
ematejska
authored
Merge pull request swiftlang#5513 from erg/fix-swift-version-triple-linux
[3.0]: [build-script-impl]: Fixes version number on Linux from 3.0 to 3.0.x
2 parents fa13055 + 017e11f commit a1e4680

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/build-script-impl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,6 +1808,9 @@ for host in "${ALL_HOSTS[@]}"; do
18081808

18091809
case "${COMPILER_VENDOR}" in
18101810
none)
1811+
swift_cmake_options=(
1812+
-DSWIFT_VERSION="${SWIFT_USER_VISIBLE_VERSION}"
1813+
)
18111814
;;
18121815
apple)
18131816
llvm_cmake_options=(

0 commit comments

Comments
 (0)