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/test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test.cc') diff --git a/test/test.cc b/test/test.cc index 2cde0776..65649efd 100644 --- a/test/test.cc +++ b/test/test.cc @@ -31,8 +31,9 @@ files in the program, then also delete it here. */ -#define BOOST_TEST_DYN_LINK + #define BOOST_TEST_MODULE libdcp_test + #include "compose.hpp" #include "cpl.h" #include "dcp.h" -- cgit v1.2.3