From aca26b2df02841b93203df9ca9b18bdc62a3ffbb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 23 Oct 2014 09:42:34 +0100 Subject: Don't build tests on windows. --- test/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'test/wscript') 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' -- cgit v1.2.3