mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
pkg(pony-0.39.0): Correct extracted dir name.
This commit is contained in:
parent
0cd86741de
commit
708d4cc8aa
1 changed files with 1 additions and 1 deletions
2
packages/ponylang/0.39.0/build.sh
vendored
2
packages/ponylang/0.39.0/build.sh
vendored
|
@ -8,7 +8,7 @@ tar xfz 0.39.0.tar.gz
|
||||||
rm 0.39.0.tar.gz
|
rm 0.39.0.tar.gz
|
||||||
|
|
||||||
# cd into pony dir that was created from tar extraction.
|
# cd into pony dir that was created from tar extraction.
|
||||||
cd 0.39.0
|
cd ponyc-0.39.0
|
||||||
|
|
||||||
# Build the vendored LLVM libraries that are included in the `lib/llvm/src`.
|
# Build the vendored LLVM libraries that are included in the `lib/llvm/src`.
|
||||||
make libs build_flags="-j$(nproc)"
|
make libs build_flags="-j$(nproc)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue