summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-31 11:34:44 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-31 11:34:44 +0100
commit2adf3ce04f5bff645e40f7e8aca1c7e3c014375a (patch)
treea9d892d329d558a5cfa452e4ed16fb7b199e2810 /cscript
parent71b531d0e2ee661b008e343850daf91ff4708a20 (diff)
Install on OS X too.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a3898aa6e..8a229cc73 100644
--- a/cscript
+++ b/cscript
@@ -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')