diff --git a/packages/ponylang/0.39.0/build.sh b/packages/ponylang/0.39.0/build.sh index be5baa7..b3b8029 100755 --- a/packages/ponylang/0.39.0/build.sh +++ b/packages/ponylang/0.39.0/build.sh @@ -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" diff --git a/packages/ponylang/0.39.0/environment b/packages/ponylang/0.39.0/environment index c287cf2..86a22f2 100644 --- a/packages/ponylang/0.39.0/environment +++ b/packages/ponylang/0.39.0/environment @@ -2,4 +2,4 @@ # Put 'export' statements here for environment variables export PATH=$PWD/bin:$PATH -export LLVM_DIR=$PWD/llvm-3.4 \ No newline at end of file +export LLVM_DIR=$PWD/llvm \ No newline at end of file