
bac at OCF
Aug 24, 2004, 2:53 PM
Post #1 of 1
(487 views)
Permalink
|
|
Need double-check on patch for bug #991962 (--disable-toolbox-glue compile on OS X)
|
|
Finally got around to writing up a quick patch for setup.py to not compile OS X-specific modules if the build is configured for --disable-toolbox-glue (would always have the Mac modules fail to build thanks to link errors if the toolbox glue was not compiled). But since I hardly ever play with the build process and the last thing I want to do is break it I would appreciate someone taking a quick look at this (changed two 'if' statements so it's small). And this is an indirect request to Anthony to bump the priority. =) -Brett _______________________________________________ Python-Dev mailing list Python-Dev[at]python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
|