vcpkg/ports/qt5-base/fix-system-pcre2.patch

18 lines
602 B
Diff
Raw Normal View History

diff -Naur a/src/corelib/configure.json b/src/corelib/configure.json
--- a/src/corelib/configure.json 2018-06-15 03:29:31.000000000 -0400
+++ b/src/corelib/configure.json 2018-08-23 00:46:04.380187100 -0400
@@ -177,7 +177,12 @@
2017-10-15 19:22:17 +08:00
},
"sources": [
{ "type": "pkgConfig", "args": "libpcre2-16" },
2017-10-15 19:22:17 +08:00
- "-lpcre2-16"
+ {
+ "builds": {
+ "debug": "-lpcre2-16d",
+ "release": "-lpcre2-16"
+ }
+ }
]
},
"pps": {