[gcompris] Fixed to have a proper python path to compile the MacOSX version.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris] Fixed to have a proper python path to compile the MacOSX version.
- Date: Sat, 5 Mar 2011 17:12:02 +0000 (UTC)
commit ad99c7a016d35688bbef90b2d15b7f7524776801
Author: Bruno Coudoin <bruno coudoin gcompris net>
Date: Sat Mar 5 12:19:26 2011 +0100
Fixed to have a proper python path to compile the MacOSX version.
Now the generated MacOSX version have the python activities working.
macosx/configure_mac.sh | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/macosx/configure_mac.sh b/macosx/configure_mac.sh
index f3ba84d..196a4da 100755
--- a/macosx/configure_mac.sh
+++ b/macosx/configure_mac.sh
@@ -1,2 +1,4 @@
cd ..
-./configure --prefix /Users/bruno/gtk/inst/ --libdir /Users/bruno/gtk/inst/lib --enable-shared --disable-static --enable-gnet --enable-py-build-only --with-python=/Users/bruno/gtk/inst/bin/python --enable-nsbundle --enable-sdlmixer
+export PYTHONPATH=/Users/bruno/gtk/inst/lib/python2.6/site-packages
+./configure --prefix /Users/bruno/gtk/inst/ --libdir /Users/bruno/gtk/inst/lib --enable-shared --disable-static --enable-gnet --enable-py-build-only --with-python=/Users/bruno/gtk/inst/bin/python --enable-nsbundle --enable-sdlmixer --disable-binreloc
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]