diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-31 16:35:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-31 16:35:47 +0000 |
| commit | f94a5960d4fc4e183229e0a1275964e25f55ae4f (patch) | |
| tree | 101c9babbd209d2b70e8413d9b31e678fafc225a /cscript | |
| parent | b691a2b86733030a984f5bc9c99bdb7395e3bb01 (diff) | |
Fix cscript for newer version.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ def make_doxygen(target): target.command('doxygen') return os.path.abspath('build/doc/html') -def test(target): +def test(target, test): if target.platform != 'windows': target.set('LC_ALL', 'C') target.command('run/tests') |
