diff options
| author | Josh Andler <scislac@gmail.com> | 2012-02-08 01:34:13 +0000 |
|---|---|---|
| committer | Josh Andler <scislac@gmail.com> | 2012-02-08 01:34:13 +0000 |
| commit | 9bdeea56ad4774063d817546515d1211218d74d8 (patch) | |
| tree | 094c05eaa9fe3cf4fb470ecf790a2270484e466f | |
| parent | Patch from lp 721448 to make OSX Aqua builds more stable (diff) | |
| download | inkscape-9bdeea56ad4774063d817546515d1211218d74d8.tar.gz inkscape-9bdeea56ad4774063d817546515d1211218d74d8.zip | |
Patch from lp 819209 to fix python extensions on OSX Lion
(bzr r10951)
| -rwxr-xr-x | packaging/macosx/Resources/bin/inkscape | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/macosx/Resources/bin/inkscape b/packaging/macosx/Resources/bin/inkscape index 07aa65cd2..f18948aff 100755 --- a/packaging/macosx/Resources/bin/inkscape +++ b/packaging/macosx/Resources/bin/inkscape @@ -29,6 +29,7 @@ export PATH="/usr/bin:$PATH" # On Snow Leopard, use the 32-bit version of python from Universal build. # This is because our bundled i386 python libraries are 32-bit only. +export VERSIONER_PYTHON_VERSION=2.6 export VERSIONER_PYTHON_PREFER_32_BIT=yes |
