This commit is contained in:
parent
a8e755d5e8
commit
c76617ba1b
@ -98,9 +98,11 @@ Remote code is fetched and cached on first execution, and only
|
||||
updated with the --reload flag.
|
||||
|
||||
%prep
|
||||
# Now we patch whatever was vendored
|
||||
%autosetup -a1 -a2 -p1 -n %{name}
|
||||
ls
|
||||
%autosetup -a2 -n %{name}
|
||||
|
||||
# Extract vendor source
|
||||
tar xvf %{SOURCE1}
|
||||
# Now we patch V8 or %%{SOURCE2}
|
||||
echo -e "\n[patch.crates-io]\nv8 = { path = './v8-0.106.0' }" >> Cargo.toml
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user