aboutsummaryrefslogtreecommitdiffstats
path: root/main/wxgtk/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/wxgtk/APKBUILD')
-rw-r--r--main/wxgtk/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/wxgtk/APKBUILD b/main/wxgtk/APKBUILD
index 9aa4167191..d8d0e97e5f 100644
--- a/main/wxgtk/APKBUILD
+++ b/main/wxgtk/APKBUILD
@@ -28,7 +28,10 @@ prepare() {
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--with-sdl \
--enable-unicode \
--enable-no_deps \