diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-31 11:34:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-31 11:34:44 +0100 |
| commit | 2adf3ce04f5bff645e40f7e8aca1c7e3c014375a (patch) | |
| tree | a9d892d329d558a5cfa452e4ed16fb7b199e2810 /cscript | |
| parent | 71b531d0e2ee661b008e343850daf91ff4708a20 (diff) | |
Install on OS X too.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ def build(env, target): env.command('./waf') - if target.platform == 'linux': + if target.platform == 'linux' or target.platform == 'osx': env.command('./waf install') |
