Changeset 4765


Ignore:
Timestamp:
Oct 29, 2007, 2:40:02 PM (17 years ago)
Author:
duncan
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/compile.py

    r4764 r4765  
    363363if __name__ == '__main__':
    364364  from os.path import splitext
    365   check_python_dll()
     365 
     366  if sys.platform == 'win32':
     367    check_python_dll()
    366368  if len(sys.argv) > 1:
    367369      files = sys.argv[1:]
Note: See TracChangeset for help on using the changeset viewer.