I think we can waf install on the cscript build action even on Windows.
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 12:29:43 +0000 (14:29 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 12:29:43 +0000 (14:29 +0200)
cscript

diff --git a/cscript b/cscript
index 7c2d944f1b18639e07daeabc4dbb2938eccbe702..f63de700f90b6f3153aa7bae376c0fba329ebf1d 100644 (file)
--- 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 = ''