Soc Virnyl Estela 2024-11-10 09:38:40 +00:00 committed by Git OBS Bridge
parent ab73751e4c
commit 3d727ef755

View File

@ -101,7 +101,7 @@ updated with the --reload flag.
# Now we patch whatever was vendored # Now we patch whatever was vendored
%autosetup -a1 -a2 -p1 -n %{name} %autosetup -a1 -a2 -p1 -n %{name}
echo -e "\n[patch.crates-io]\nv8 = { path = './v8' }" >> Cargo.toml echo -e "\n[patch.crates-io]\nv8 = { path = './v8-0.106.0' }" >> Cargo.toml
%build %build
# Ensure that the clang version matches. This command came from Archlinux. Thanks. # Ensure that the clang version matches. This command came from Archlinux. Thanks.