at master 432 B view raw
1--- origsrc/setup.py.orig 2012-11-27 09:28:34.051770900 -0500 2+++ src/setup.py 2012-11-27 09:28:47.239270900 -0500 3@@ -470,7 +470,7 @@ 4 5 # Check for MacOS X, which doesn't need libm.a at all 6 math_libs = ['m'] 7- if host_platform in ['darwin', 'beos']: 8+ if host_platform in ['darwin', 'beos', 'cygwin']: 9 math_libs = [] 10 11 # XXX Omitted modules: gl, pure, dl, SGI-specific modules