From 604a4e41b60f575fa3a0573aba5170c4d0f331eb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Sep 2024 20:11:35 +0200 Subject: Allow libcxml and libdcp builds with static boost. --- test/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index 64b3ed59..13493f1e 100644 --- a/test/wscript +++ b/test/wscript @@ -42,7 +42,7 @@ def configure(conf): conf.check_cxx(fragment=""" #define BOOST_TEST_MODULE Config test\n #include \n - int main() {} + BOOST_AUTO_TEST_CASE(foo) {} """, msg='Checking for boost unit testing library', lib='boost_unit_test_framework%s' % boost_lib_suffix, -- cgit v1.2.3