Fix name of with-main library.

This commit is contained in:
Joel Uckelman 2022-03-03 16:44:49 +00:00 committed by Martin Hořeňovský
parent 529eec97bb
commit 2ebc041903
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ Description: A modern, C++-native test framework for C++14 and above (links in d
Version: ${pkg_version}
Requires: catch2 = ${pkg_version}
Cflags: -I${includedir}
Libs: -L${libdir} -lCatch2WithMain
Libs: -L${libdir} -lCatch2Main