mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
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.
This commit is contained in:
parent
518b95c376
commit
bfbfe1f8b9
1 changed files with 0 additions and 0 deletions
Loading…
Add table
Add a link
Reference in a new issue