Changeset 3283 for SConstruct


Ignore:
Timestamp:
Jul 6, 2006, 1:08:59 PM (18 years ago)
Author:
jack
Message:

Fixed the build process on Windows to prefer MinGW.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SConstruct

    r3282 r3283  
    1414if sys.platform == 'win32':
    1515    # Prefer MinGW over MSVC
    16     env.Tools('mingw')
     16    env['TOOLS'] = 'mingw'
    1717
    1818    python_include = os.path.join(sys.exec_prefix, 'include')
Note: See TracChangeset for help on using the changeset viewer.