Skip to content

Commit

Permalink
xonotic: proper --host triplet
Browse files Browse the repository at this point in the history
  • Loading branch information
Emru1 authored and leahneukirchen committed Jan 5, 2025
1 parent 3c3b536 commit 8bb0255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/xonotic/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'xonotic'
pkgname=xonotic
version=0.8.6
revision=3
revision=4
hostmakedepends="unzip automake libtool"
makedepends="gmp-devel MesaLib-devel SDL2-devel libcurl-devel alsa-lib-devel
libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel
Expand Down Expand Up @@ -36,7 +36,7 @@ do_build() {

cd ${wrksrc}/source/d0_blind_id
autoreconf -fi
./configure --prefix=/usr --disable-rijndael --host=$(uname -m)
./configure --prefix=/usr --host=${XBPS_CROSS_TRIPLET}
make ${makejobs}
}

Expand Down

0 comments on commit 8bb0255

Please sign in to comment.