We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f86f1 commit 35d2b53Copy full SHA for 35d2b53
cctools-repo/rules/ppl.sh
@@ -5,7 +5,7 @@ build_ppl() {
5
PKG_URL="http://bugseng.com/products/ppl/download/ftp/releases/${PKG_VERSION}/${PKG}-${PKG_VERSION}.tar.xz"
6
PKG_DESC="The Parma Polyhedra Library"
7
PKG_DEPS=""
8
- O_FILE=$SRC_PREFIX/${PKG}/${PKG}-${PKG_VERSION}.tar.bz2
+ O_FILE=$SRC_PREFIX/${PKG}/${PKG}-${PKG_VERSION}.tar.xz
9
S_DIR=$src_dir/${PKG}-${PKG_VERSION}
10
B_DIR=$build_dir/${PKG}
11
0 commit comments