Changeset 2443
- Timestamp:
- 01/21/12 12:06:58 (16 months ago)
- Files:
-
- 1 modified
-
branches/0.9.5/qt4.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9.5/qt4.py
r1316 r2443 445 445 except: pass 446 446 debugSuffix = '' 447 if sys.platform == "linux2"and not crosscompiling :447 if sys.platform.startswith("linux") and not crosscompiling : 448 448 if debug : debugSuffix = '_debug' 449 449 for module in modules :