Changeset 170

Show
Ignore:
Timestamp:
05/11/07 15:21:47 (2 years ago)
Author:
namespace
Message:

Fixed dbghelp.dll issue on Linux, copy is now OS-dependant

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GtkRadiant/trunk/install.py

    r150 r170  
    2727 
    2828import os 
     29import sys 
    2930import shutil 
    3031 
     
    115116copySvn("../msvc_redist", installRoot) 
    116117 
    117 dbghelp = os.path.normpath(os.path.join(thisDir, "../msvc_redist/dbghelp.dll")) 
    118 copyFileIfExists(dbghelp, installRoot) 
     118if sys.platform[:3] == "win" : 
     119        dbghelp = os.path.normpath(os.path.join(thisDir, "../msvc_redist/dbghelp.dll")) 
     120        copyFileIfExists(dbghelp, installRoot) 
    119121 
    120122# create version files