diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-07-25 19:20:54 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-07-25 19:20:54 (GMT) |
commit | bfbfe1f8b9b0cebd12570784bdbd2ae5c8d2876d (patch) | |
tree | cdd076ad93b56c25aea0850e5d2e614a7aa0bbc0 /Mac | |
parent | 518b95c376cd1ab71297a5e0da619a743bd5dd31 (diff) | |
download | cpython-bfbfe1f8b9b0cebd12570784bdbd2ae5c8d2876d.zip cpython-bfbfe1f8b9b0cebd12570784bdbd2ae5c8d2876d.tar.gz cpython-bfbfe1f8b9b0cebd12570784bdbd2ae5c8d2876d.tar.bz2 |
Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but not
without causing problems for anyone that is on a case-insensitive filesystem).
Setup.py tries to compile the MacOS extension from MacOSmodule.c, while the
actual file is named macosmodule.c. This is no problem on the (default)
case-insensitive filesystem, but doesn't work on case-sensitive filesystems.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Modules/MacOS.c (renamed from Mac/Modules/macosmodule.c) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/MacOS.c index 4eabb39..4eabb39 100644 --- a/Mac/Modules/macosmodule.c +++ b/Mac/Modules/MacOS.c |