Skip to content

Commit 2ef72f7

Browse files
committed
small fixes
1 parent 783ba7e commit 2ef72f7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

make_single_lib.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
2-
cd .\build\x64-debug-cpp20\_deps\pcre2-build
3-
lib.exe /OUT:.\..\..\..\..\..\pcre2cpp.lib pcre2-8-staticd.lib pcre2-16-staticd.lib pcre2-32-staticd.lib
2+
cd .\build\x64-debug-cpp17\_deps
3+
lib.exe /OUT:.\..\..\..\..\pcre2cpp\pcre2cpp.lib pcre2-build\pcre2-8d.lib pcre2-build\pcre2-16d.lib pcre2-build\pcre2-32d.lib fmt-build\fmtd.lib

pcre2cpp/include/pcre2cpp/pcre2cpp.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
_PCRE2CPP_ERROR("This is only available for c++17 and greater!");
2323
#else
2424

25-
#include <pcre2cpp/config.hpp>
2625
#include <pcre2cpp/exceptions/exceptions.hpp>
2726
#include <pcre2cpp/libs.hpp>
2827
#include <pcre2cpp/match/match_result.hpp>

0 commit comments

Comments
 (0)