summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
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')