Skip to content
Snippets Groups Projects
Commit e6fa2f6e authored by Ariadne Conill's avatar Ariadne Conill
Browse files

main/lzip: fix cross compilation

parent 5316e225
No related merge requests found
......@@ -13,9 +13,8 @@ builddir="$srcdir/$pkgname-$pkgver"
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
CXX="$CXX" \
CPPFLAGS="$CPPFLAGS" \
CXXFLAGS="$CXXFLAGS" \
LDFLAGS="$LDFLAGS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment