Ignore:
Timestamp:
Mar 16, 2005, 2:10:38 PM (20 years ago)
Author:
ole
Message:

Fixed potential bug with os.uname() being called on win32 platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/compile.py

    r756 r1087  
    198198    if os.name == 'posix' and os.uname()[4] == 'x86_64':
    199199      #Extra flags for 64 bit architectures
     200      #Second clause will always fail on Win32 because uname is UNIX specific
     201      #but won't get past first clause
    200202
    201203      #FIXME: Which one?
Note: See TracChangeset for help on using the changeset viewer.