diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-17 18:59:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-17 18:59:43 +0000 |
| commit | 3225fe54f70efd3867fa662edc7063dfe2d05220 (patch) | |
| tree | 175453a12540a0f860f71b3d85050daf7c4f614e | |
| parent | 332c7c37e1cbc088980977d7c37c1c770af4b754 (diff) | |
Re-enable tests on Win32.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ def build(target, options): if (target.distro == 'debian' and target.version == 'unstable' or target.distro == 'fedora' and target.version == '23'): target.append_with_space('CXXFLAGS', '-std=c++11') elif target.platform == 'windows': - cmd += ' --target-windows --disable-tests' + cmd += ' --target-windows' elif target.platform == 'osx': cmd += ' --disable-tests' |
