Skip to content

Commit d454cab

Browse files
committed
support {disable,enable}-patch-binaries-for-nix in configure.py
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 41cb42a commit d454cab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/bootstrap/configure.py

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def v(*args):
5858
o("missing-tools", "dist.missing-tools", "allow failures when building tools")
5959
o("use-libcxx", "llvm.use-libcxx", "build LLVM with libc++")
6060
o("control-flow-guard", "rust.control-flow-guard", "Enable Control Flow Guard")
61+
o("patch-binaries-for-nix", "build.patch-binaries-for-nix", "whether patch binaries for usage with Nix toolchains")
6162

6263
v("llvm-cflags", "llvm.cflags", "build LLVM with these extra compiler flags")
6364
v("llvm-cxxflags", "llvm.cxxflags", "build LLVM with these extra compiler flags")

0 commit comments

Comments
 (0)