mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35: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
|
||||
else
|
||||
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
|
||||
|
||||
make --jobs {{ hw.concurrency }} all3
|
||||
|
|
Loading…
Reference in a new issue