SHA256
1
0
forked from pool/wezterm
Soc Virnyl Estela 2023-08-08 06:03:36 +00:00 committed by Git OBS Bridge
parent 67263d9f05
commit 141a6b81cf

View File

@ -110,7 +110,7 @@ printf "%{version}" > .tag
# export CFLAGS="%%optflags"
# export CXXFLAGS="%%optflags"
%if 0%{?suse_version} > 1500
%{cargo_build} --all-features
%{cargo_build} --offline --release --no-default-features --features vendored-fonts,wayland,distro-defaults
%else
export CARGO_FEATURE_VENDORED=1
export RUSTFLAGS='%{rustflags}'