]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but not
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 25 Jul 2006 19:20:54 +0000 (19:20 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 25 Jul 2006 19:20:54 +0000 (19:20 +0000)
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.

Mac/Modules/MacOS.c [moved from Mac/Modules/macosmodule.c with 100% similarity]