Changeset 1720

Show
Ignore:
Timestamp:
04/15/10 21:42:14 (3 years ago)
Author:
mauser
Message:

added orcan's linking fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Sconstruct

    r1718 r1720  
    281281                env.ParseConfig('pkg-config --cflags --libs lash-1.0') 
    282282 
    283         if sys.platform == "darwin": 
     283        if sys.platform == "darwin" or sys.platform == "linux2": 
    284284                env.Append( LIBS = ["z"] ) 
    285285