File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,12 @@ _rustflags-self-contained := "-Clink-self-contained=yes -Clinker=rust-lld -Clink
3333# linux/arm64 + gnu
3434export AR_aarch64_unknown_linux_gnu := _ar
3535export CC_aarch64_unknown_linux_gnu := _clang
36- export CFLAGS_aarch64_unknown_linux_gnu := '--sysroot=/usr/aarch64-linux-gnu'
3736export STRIP_aarch64_unknown_linux_gnu := _strip
3837export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER := 'aarch64-linux-gnu-gcc'
3938
4039# linux/arm64 + musl
4140export AR_aarch64_unknown_linux_musl := _ar
4241export CC_aarch64_unknown_linux_musl := _clang
43- export CFLAGS_aarch64_unknown_linux_musl := '--sysroot=/usr/aarch64-linux-gnu'
4442export STRIP_aarch64_unknown_linux_musl := _strip
4543export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS := _rustflags-self-contained
4644
You can’t perform that action at this time.
0 commit comments