mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(7zip)
This commit is contained in:
parent
081d5b6965
commit
7efd96ae62
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,13 @@ build:
|
||||||
mv makefile.macosx_llvm_64bits makefile.machine
|
mv makefile.macosx_llvm_64bits makefile.machine
|
||||||
else
|
else
|
||||||
mv makefile.linux_any_cpu makefile.machine
|
mv makefile.linux_any_cpu makefile.machine
|
||||||
|
sed -i.bak -e 's/-std=gnu/-fPIC -std=gnu/' \
|
||||||
|
C/makefile.glb \
|
||||||
|
CPP/7zip/CMAKE/CMakeLists.txt \
|
||||||
|
makefile.glb
|
||||||
|
rm C/makefile.glb.bak \
|
||||||
|
CPP/7zip/CMAKE/CMakeLists.txt.bak \
|
||||||
|
makefile.glb.bak
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make --jobs {{ hw.concurrency }} all3
|
make --jobs {{ hw.concurrency }} all3
|
||||||
|
|
Loading…
Reference in a new issue