diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-17 15:40:00 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-17 15:40:00 +0000 |
commit | 3d3b74677a440b00d94b6b4e71e7f2f97800c427 (patch) | |
tree | 2c4a5eb90f1774999dad3f4127fffa52704a4b0d /Mac/OSX/PythonLauncher/PythonLauncher.pbproj | |
parent | 996acf122dbf8d9aa694a16a32ced065f5805cd2 (diff) | |
download | cpython-git-3d3b74677a440b00d94b6b4e71e7f2f97800c427.tar.gz |
Optionally honour #! paths in scripts. Fixes #676358.
Diffstat (limited to 'Mac/OSX/PythonLauncher/PythonLauncher.pbproj')
-rwxr-xr-x | Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj index 2cfdaf1239..5b4a06c87c 100755 --- a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj +++ b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj @@ -132,7 +132,6 @@ 4A9504D0FFE6A4CB11CA0CBA, 4A9504D1FFE6A4CB11CA0CBA, ); - hasScannedForEncodings = 1; isa = PBXProject; mainGroup = 2A37F4AAFDCFA73011CA2CEA; projectDirPath = ""; @@ -404,6 +403,7 @@ </dict> </plist> "; + shouldUseHeadermap = 0; }; 2A37F4C7FDCFA73011CA2CEA = { buildActionMask = 2147483647; |