Changeset 2443

Show
Ignore:
Timestamp:
01/21/12 12:06:58 (16 months ago)
Author:
mauser
Message:

[0.9.5] fixed compilation issue in qt4.py on linux3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.9.5/qt4.py

    r1316 r2443  
    445445                except: pass 
    446446        debugSuffix = '' 
    447         if sys.platform == "linux2" and not crosscompiling : 
     447        if sys.platform.startswith("linux") and not crosscompiling : 
    448448                if debug : debugSuffix = '_debug' 
    449449                for module in modules :