Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b05e056

Browse files
committed
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.
1 parent f21b706 commit b05e056

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@
288288
buildSettings = {
289289
FRAMEWORK_SEARCH_PATHS = "";
290290
HEADER_SEARCH_PATHS = "";
291+
INSTALL_MODE_FLAG = "a+rX";
291292
INSTALL_PATH = /Applications/Python;
292293
LIBRARY_SEARCH_PATHS = "";
293294
OTHER_LDFLAGS = "";

0 commit comments

Comments
 (0)