diff options
| author | Barath Kannan <barathsotd@gmail.com> | 2018-01-18 10:02:56 +1100 |
|---|---|---|
| committer | Barath Kannan <barathsotd@gmail.com> | 2018-01-18 10:02:56 +1100 |
| commit | ca9ff199d6024fa0ef26abcba920928215d77f38 (patch) | |
| tree | 090368bba576081970d8481628a8fea4ceda9433 /ports/qt5-base/fix-system-pcre2.patch | |
| parent | c30363d07b3f64b5f38531442ea92d9c1cf81d13 (diff) | |
| download | vcpkg-ca9ff199d6024fa0ef26abcba920928215d77f38.tar.gz vcpkg-ca9ff199d6024fa0ef26abcba920928215d77f38.zip | |
append hyphen to qt5 module names
Diffstat (limited to 'ports/qt5-base/fix-system-pcre2.patch')
| -rw-r--r-- | ports/qt5-base/fix-system-pcre2.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ports/qt5-base/fix-system-pcre2.patch b/ports/qt5-base/fix-system-pcre2.patch new file mode 100644 index 000000000..be401d448 --- /dev/null +++ b/ports/qt5-base/fix-system-pcre2.patch @@ -0,0 +1,18 @@ +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": { |
