Mercurial > hg-stable
comparison hg @ 23932:d7a90949fc18 stable
osx: use bdist_mpkg.script_bdist_mpkg module instead of bdist_mpkg command
It seems like a default installation of bdist_mpkg makes it available as
Python module, but the corresponding executable is placed in a location like
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/bin which is
not in $PATH and thus not directly available. 'make osx' would thus fail.
Instead, skip the bdist_mpkg executable and invoke it as a Python module. That
works out of the box here.
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Wed, 21 Jan 2015 05:04:48 +0100 |
parents | 73e4a02e6d23 |
children | 2ea9c9aa6e60 |
comparison
equal
deleted
inserted
replaced
23931:f86060e2b5e1 | 23932:d7a90949fc18 |
---|