[arch-commits] Commit in python-pybox2d/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Jun 10 14:46:07 UTC 2015


    Date: Wednesday, June 10, 2015 @ 16:46:07
  Author: foutrelis
Revision: 135138

Point setuptools to swig-2

Modified:
  python-pybox2d/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-10 14:42:41 UTC (rev 135137)
+++ PKGBUILD	2015-06-10 14:46:07 UTC (rev 135138)
@@ -15,8 +15,8 @@
 
 build() {
   cd "$pkgbase"
-  
-  # TODO: set swig2 path. SWIG_PATH?
+
+  python2 setup.py setopt --command=build_ext --option=swig --set-value=swig-2
   python2 setup.py build
 }
 



More information about the arch-commits mailing list