From bfbfe1f8b9b0cebd12570784bdbd2ae5c8d2876d Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Tue, 25 Jul 2006 19:20:54 +0000 Subject: [PATCH] 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. --- Mac/Modules/{macosmodule.c => MacOS.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Mac/Modules/{macosmodule.c => MacOS.c} (100%) diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/MacOS.c similarity index 100% rename from Mac/Modules/macosmodule.c rename to Mac/Modules/MacOS.c -- 2.50.1