mirror of https://github.com/python/cpython
On Jaguar the default mode for files in the installed product is 444 (or 555)
in stead of 644 (755). This makes a subsequent install fail. Changed the INSTALL_MODE_FLAG to fix this.
This commit is contained in:
parent
f21b7063d3
commit
b05e056e9f
|
@ -288,6 +288,7 @@
|
|||
buildSettings = {
|
||||
FRAMEWORK_SEARCH_PATHS = "";
|
||||
HEADER_SEARCH_PATHS = "";
|
||||
INSTALL_MODE_FLAG = "a+rX";
|
||||
INSTALL_PATH = /Applications/Python;
|
||||
LIBRARY_SEARCH_PATHS = "";
|
||||
OTHER_LDFLAGS = "";
|
||||
|
|
Loading…
Reference in New Issue