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

19 lines
514 B
Diff
Raw Normal View History

2017-10-15 19:22:17 +08:00
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index a5b69a2..01c5cde 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -159,7 +159,12 @@
]
},
"sources": [
- "-lpcre2-16"
+ {
+ "builds": {
+ "debug": "-lpcre2-16d",
+ "release": "-lpcre2-16"
+ }
+ }
]
},
"pps": {