summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-11 14:29:43 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-11 14:29:43 +0200
commit9666c61542931052b69d453838161421cc22aaf6 (patch)
tree3d14322fe39af764f0d4fc6470d607f3a31709b7 /cscript
parentd6bdcbf2ff548b0e3e2946174dd5f08d1d2c1fe5 (diff)
I think we can waf install on the cscript build action even on Windows.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/cscript b/cscript
index 7c2d944f1..f63de700f 100644
--- a/cscript
+++ b/cscript
@@ -550,9 +550,7 @@ def build(target, options):
else:
target.command('./waf configure --prefix=%s %s' % (target.directory, configure_options(target, options)))
target.command('./waf')
-
- if target.platform == 'linux' or target.platform == 'osx':
- target.command('./waf install')
+ target.command('./waf install')
def package_windows(target):
identifier = ''