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.
|
updated with the --reload flag.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
# Now we patch whatever was vendored
|
%autosetup -a2 -n %{name}
|
||||||
%autosetup -a1 -a2 -p1 -n %{name}
|
|
||||||
ls
|
# 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
|
echo -e "\n[patch.crates-io]\nv8 = { path = './v8-0.106.0' }" >> Cargo.toml
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user