mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 05:26:28 +02:00
pkg(pony-0.39.0): Install LLVM and set
"LLVM_DIR" in environment.
This commit is contained in:
parent
708d4cc8aa
commit
d207940867
2 changed files with 6 additions and 0 deletions
5
packages/ponylang/0.39.0/build.sh
vendored
5
packages/ponylang/0.39.0/build.sh
vendored
|
@ -2,6 +2,11 @@
|
|||
|
||||
PREFIX=$(realpath $(dirname $0))
|
||||
|
||||
# Installing 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
|
||||
|
||||
# get sources
|
||||
curl -OL "https://github.com/ponylang/ponyc/archive/refs/tags/0.39.0.tar.gz"
|
||||
tar xfz 0.39.0.tar.gz
|
||||
|
|
1
packages/ponylang/0.39.0/environment
vendored
1
packages/ponylang/0.39.0/environment
vendored
|
@ -2,3 +2,4 @@
|
|||
|
||||
# Put 'export' statements here for environment variables
|
||||
export PATH=$PWD/bin:$PATH
|
||||
export LLVM_DIR=$PWD/llvm-3.4
|
Loading…
Add table
Add a link
Reference in a new issue