mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-06 18:36:27 +02:00
update where lib is created
This commit is contained in:
parent
02ce97c29f
commit
03dadc5e85
1 changed files with 2 additions and 2 deletions
4
packages/holyc/0.0.9/build.sh
vendored
4
packages/holyc/0.0.9/build.sh
vendored
|
@ -5,10 +5,10 @@ PREFIX=$(realpath $(dirname $0))
|
||||||
|
|
||||||
curl -L "https://github.com/Jamesbarford/holyc-lang/archive/refs/tags/beta-v0.0.9.zip" -o holyc.zip
|
curl -L "https://github.com/Jamesbarford/holyc-lang/archive/refs/tags/beta-v0.0.9.zip" -o holyc.zip
|
||||||
unzip ./holyc.zip
|
unzip ./holyc.zip
|
||||||
cd ./holyc-lang-beta-v0.0.9
|
|
||||||
|
|
||||||
mkdir "${PREFIX}"/lib
|
mkdir "${PREFIX}"/lib
|
||||||
|
|
||||||
|
cd ./holyc-lang-beta-v0.0.9
|
||||||
|
|
||||||
make \
|
make \
|
||||||
INSTALL_PREFIX="${PREFIX}"
|
INSTALL_PREFIX="${PREFIX}"
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue