Skip to content

Commit dbaa729

Browse files
committed
Make clang-lto-link-osx work on Linux (by forcing bash)
1 parent 3b25dea commit dbaa729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deterministic-build-wrappers/clang-lto-link-osx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# We want to use rustc's -C linker-plugin-lto, but it passes several arguments
33
# that are not understood by OSX clang/ld64.lld. Specifically, it passes
44
# -plugin-opt* arguments to set optimization levels, which are not supported.

0 commit comments

Comments
 (0)