Merge "Make rust builds hermetic"
This commit is contained in:
commit
65e8f6d765
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ var (
|
|||
"-B${cc_config.ClangBin}",
|
||||
"-fuse-ld=lld",
|
||||
"-Wl,--undefined-version",
|
||||
"--sysroot ${cc_config.LinuxGccRoot}/sysroot",
|
||||
}
|
||||
linuxX86Rustflags = []string{}
|
||||
linuxX86Linkflags = []string{}
|
||||
|
|
Loading…
Reference in a new issue