From 9666c61542931052b69d453838161421cc22aaf6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 11 Jun 2020 14:29:43 +0200 Subject: [PATCH] I think we can waf install on the cscript build action even on Windows. --- cscript | 4 +--- 1 file changed, 1 insertion(+), 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 = '' -- 2.30.2