mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 11:36:27 +02:00
pkg(pony-0.39.0): Install LLVM into $PWD/llvm
This commit is contained in:
parent
d207940867
commit
2f50be4179
2 changed files with 4 additions and 1 deletions
3
packages/ponylang/0.39.0/build.sh
vendored
3
packages/ponylang/0.39.0/build.sh
vendored
|
@ -3,9 +3,12 @@
|
|||
PREFIX=$(realpath $(dirname $0))
|
||||
|
||||
# Installing LLVM
|
||||
mkdir -p llvm
|
||||
cd llvm
|
||||
curl -OL "http://llvm.org/releases/3.4/llvm-3.4.src.tar.gz"
|
||||
tar xfz llvm-3.4.src.tar.gz
|
||||
rm llvm-3.4.src.tar.gz
|
||||
cd ..
|
||||
|
||||
# get sources
|
||||
curl -OL "https://github.com/ponylang/ponyc/archive/refs/tags/0.39.0.tar.gz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue