From 9b35cdbaa25bc81992186cbb95267805e8eb3759 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 8 Oct 2013 11:07:24 +0200 Subject: [PATCH] activate pyobjus again --- tools/build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-all.sh b/tools/build-all.sh index 6a48f90..067147c 100755 --- a/tools/build-all.sh +++ b/tools/build-all.sh @@ -13,7 +13,7 @@ try $(dirname $0)/build-sdlmixer.sh try $(dirname $0)/build-libjpeg.sh try $(dirname $0)/build-pil.sh try $(dirname $0)/build-kivy.sh -#try $(dirname $0)/build-pyobjus.sh +try $(dirname $0)/build-pyobjus.sh echo '== Build done' echo "Available libraries in $BUILDROOT/lib"