update where lib is created
This commit is contained in:
parent
02ce97c29f
commit
03dadc5e85
|
@ -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
|
||||
unzip ./holyc.zip
|
||||
cd ./holyc-lang-beta-v0.0.9
|
||||
|
||||
mkdir "${PREFIX}"/lib
|
||||
|
||||
cd ./holyc-lang-beta-v0.0.9
|
||||
|
||||
make \
|
||||
INSTALL_PREFIX="${PREFIX}"
|
||||
make install
|
||||
|
|
Loading…
Reference in New Issue