summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-23 09:42:34 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-23 09:42:34 +0100
commitaca26b2df02841b93203df9ca9b18bdc62a3ffbb (patch)
tree59ded8e1c7aa42d7e330354716c1b8afff0891b1 /test
parent9f90ec8acaa88ab4011fdf4273941210a52a3090 (diff)
Don't build tests on windows.
Diffstat (limited to 'test')
-rw-r--r--test/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript
index 8e9b2a7..50f9e9b 100644
--- a/test/wscript
+++ b/test/wscript
@@ -1,4 +1,5 @@
def configure(conf):
+ boost_lib_suffix = ''
if conf.env.TARGET_WINDOWS:
boost_lib_suffix = '-mt'