From 9152d25952431d6a4a457a3fb97ffcfc14247b8c Mon Sep 17 00:00:00 2001 From: Adam Mitz Date: Tue, 9 Apr 2024 11:23:29 -0500 Subject: [PATCH] CppUnit uses the 'd' library suffix in Debug mode https://cgit.freedesktop.org/libreoffice/cppunit/tree/INSTALL-WIN32.txt?h=cppunit-1.15.1#n102 --- config/cppunit.mpb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cppunit.mpb b/config/cppunit.mpb index 9a79b51af..73b8b9b67 100644 --- a/config/cppunit.mpb +++ b/config/cppunit.mpb @@ -2,5 +2,5 @@ project { includes += $(CPPUNIT_ROOT)/include libpaths += $(CPPUNIT_ROOT)/lib - lit_libs += cppunit + libs += cppunit }