aboutsummaryrefslogtreecommitdiffstats
path: root/main/swig/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/swig/APKBUILD')
-rw-r--r--main/swig/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/swig/APKBUILD b/main/swig/APKBUILD
index 61807f7e67d..4ea25b09606 100644
--- a/main/swig/APKBUILD
+++ b/main/swig/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=swig
pkgver=3.0.12
-pkgrel=2
+pkgrel=3
pkgdesc="A compiler that makes it easy to integrate C and C++ code with scripting languages"
url="http://www.swig.org/"
arch="all"
@@ -17,7 +17,8 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
- --prefix=/usr
+ --prefix=/usr \
+ --with-python3=/usr/bin/python
make
}