Changeset 9665 for trunk/anuga_core/setup.py
- Timestamp:
- Feb 11, 2015, 3:26:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/setup.py
r9664 r9665 167 167 # monkey patch distutils to use Microsoft VC++ for Python on win32 168 168 if sys.platform == 'win32': 169 170 169 print('win32') 170 import setuptools 171 171 172 172 setup_package()
Note: See TracChangeset
for help on using the changeset viewer.