Skip to content

Commit 839696e

Browse files
committed
Revert "[build-script] Fix missing install-symroot flag"
This reverts commit 9e1c6c2.
1 parent 9e1c6c2 commit 839696e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,6 @@ 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),
894893
"--host-target", args.host_target,
895894
"--host-cc", host_clang.cc,
896895
"--host-cxx", host_clang.cxx,

0 commit comments

Comments
 (0)