summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2006-07-25 19:20:54 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2006-07-25 19:20:54 (GMT)
commitbfbfe1f8b9b0cebd12570784bdbd2ae5c8d2876d (patch)
treecdd076ad93b56c25aea0850e5d2e614a7aa0bbc0 /Mac
parent518b95c376cd1ab71297a5e0da619a743bd5dd31 (diff)
downloadcpython-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