summary refs log tree commit diff stats
path: root/osx/launcher.sh
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-08-01 04:03:54 -0400
committerTingPing <tingping@tingping.se>2014-08-01 04:03:54 -0400
commit422edd8812090ee34d537c9b4ebe32f525949edc (patch)
tree3e138015bd90a51f03667e8217d5fdcd6989323d /osx/launcher.sh
parent345c8a29ad45bd47bca9f4e0851f7045180ef8fd (diff)
osx: Create bundles using homebrew
Just easier to maintain than jhbuild.

See https://github.com/TingPing/homebrew-gnome for deps.
Diffstat (limited to 'osx/launcher.sh')
-rwxr-xr-xosx/launcher.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/osx/launcher.sh b/osx/launcher.sh
index 4c21e561..e6d78b47 100755
--- a/osx/launcher.sh
+++ b/osx/launcher.sh
@@ -36,10 +36,6 @@ export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-2.0/gdk-pixbuf.loaders"
 export PANGO_LIBDIR="$bundle_lib"
 export PANGO_SYSCONFDIR="$bundle_etc"
 
-export PYTHON="$bundle_contents/MacOS/python"
-export PYTHONHOME="$bundle_res"
-export PYTHONPATH="$bundle_lib/python2.7:$bundle_lib/python2.7/site-packages"
-
 export OPENSSL_CONF="/System/Library/OpenSSL/openssl.cnf"
 
 export HEXCHAT_LIBDIR="$bundle_lib/hexchat/plugins"