Skip to content

Commit bd24e4e

Browse files
authored
Merge pull request DOCGroup#200 from mitza-oci/cppunit
CppUnit uses the 'd' library suffix in Debug mode
2 parents c25256e + 9152d25 commit bd24e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/cppunit.mpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
project {
33
includes += $(CPPUNIT_ROOT)/include
44
libpaths += $(CPPUNIT_ROOT)/lib
5-
lit_libs += cppunit
5+
libs += cppunit
66
}

0 commit comments

Comments
 (0)