diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-11 14:29:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-11 14:29:43 +0200 |
| commit | 9666c61542931052b69d453838161421cc22aaf6 (patch) | |
| tree | 3d14322fe39af764f0d4fc6470d607f3a31709b7 /cscript | |
| parent | d6bdcbf2ff548b0e3e2946174dd5f08d1d2c1fe5 (diff) | |
I think we can waf install on the cscript build action even on Windows.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 = '' |
