]> granicus.if.org Git - python/commit
Added a define EXTRAMACHDEPPATH which can be used to add sys.path items
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 17 Mar 2003 15:44:10 +0000 (15:44 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 17 Mar 2003 15:44:10 +0000 (15:44 +0000)
commit7b59b42a3803b965e9b5f3ad2fdd3999c95480e6
tree26de1343b0b166c92f3d206e540b4c254e9d5561
parentdcf6d2c97dbe7b7126cc4dfeb39d424a4397cdc6
Added a define EXTRAMACHDEPPATH which can be used to add sys.path items
for specific platforms. Use this to add plat-mac and
plat-mac/lib-scriptpackages on MacOSX. Also tested for not having adverse
effects on Linux, and I think this code isn't used on Windows anyway.

Fixes #661521.
Makefile.pre.in
Modules/Setup.dist
configure
configure.in