about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2014-11-24 18:44:03 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2014-11-24 18:47:53 +0100
commitc9eb73ab90061a90df6a36b8177968f5343b75fc (patch)
treee5343319cf01d59c1a08df54bc450ef32dd996ab /setup.py
parentUpdated UnRAR (diff)
downloadkcc-c9eb73ab90061a90df6a36b8177968f5343b75fc.tar.gz
kcc-c9eb73ab90061a90df6a36b8177968f5343b75fc.tar.bz2
kcc-c9eb73ab90061a90df6a36b8177968f5343b75fc.zip
OS X: Miscellaneous fixes (close #115)
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 396d6d7..6fb57e2 100755
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ if platform == "darwin":
                     ],
                     LSMinimumSystemVersion='10.8.0',
                     LSEnvironment=dict(
-                        PATH='/usr/local/bin:/usr/bin:/bin'
+                        PATH='./../Resources:/usr/local/bin:/usr/bin:/bin'
                     ),
                     NSHumanReadableCopyright='ISC License (ISCL)'
                 )