Skip to content

Commit 9e1c6c2

Browse files
committed
[build-script] Fix missing install-symroot flag
1 parent b6de723 commit 9e1c6c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@ the number of parallel build jobs to use""",
890890
os.path.join(SWIFT_SOURCE_ROOT, "swift", "utils", "build-script-impl"),
891891
"--build-dir", build_dir,
892892
"--install-prefix", os.path.abspath(args.install_prefix),
893+
"--install-symroot", os.path.abspath(args.install_symroot),
893894
"--host-target", args.host_target,
894895
"--host-cc", host_clang.cc,
895896
"--host-cxx", host_clang.cxx,

0 commit comments

Comments
 (0)