Changeset 1720
- Timestamp:
- 04/15/10 21:42:14 (3 years ago)
- Files:
-
- 1 modified
-
trunk/Sconstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Sconstruct
r1718 r1720 281 281 env.ParseConfig('pkg-config --cflags --libs lash-1.0') 282 282 283 if sys.platform == "darwin" :283 if sys.platform == "darwin" or sys.platform == "linux2": 284 284 env.Append( LIBS = ["z"] ) 285 285