Changeset 3328


Ignore:
Timestamp:
Jul 13, 2006, 2:01:44 PM (18 years ago)
Author:
jack
Message:

Fixed a missing . in SConstruct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SConstruct

    r3327 r3328  
    2020if sys.platform == 'win32':
    2121    # Prefer MinGW over MSVC
    22     envPrepend(TOOLS=['mingw'])
     22    env.Prepend(TOOLS=['mingw'])
    2323
    2424    python_include = os.path.join(sys.exec_prefix, 'include')
Note: See TracChangeset for help on using the changeset viewer.