4
0
forked from pool/rusty_v8

create a dummy "downloaded" directory for the toolchain with a VERSION called "system"

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
This commit is contained in:
Soc Virnyl Estela
2026-02-14 15:19:41 +08:00
parent 8f66c5e934
commit dfc60d5015

View File

@@ -84,6 +84,8 @@ export GN_ARGS="clang_version=${CLANG_VERSION} use_lld=true enable_nacl = false
export CFLAGS="%{optflags} -Wno-unknown-warning-option"
export CXXFLAGS="%{optflags} -Wno-unknown-warning-option"
export RUST_BACKTRACE=full
mkdir -p third_party/rust-toolchain
echo "system" > third_party/rust-toolchain/VERSION
%{cargo_build}
%install