diff options
| author | Simon Hausmann <simon.hausmann@qt.io> | 2019-09-03 22:37:13 +0200 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-09-03 13:37:13 -0700 |
| commit | a19151fff1d1201db6218d07ed5f8ece178ae80e (patch) | |
| tree | d5668ace8be300513d9f0a55820305c23606abf0 /ports/pcre2/CONTROL | |
| parent | daab07dd9eda0f9903adb4f5f837ef29b4839eb5 (diff) | |
| download | vcpkg-a19151fff1d1201db6218d07ed5f8ece178ae80e.tar.gz vcpkg-a19151fff1d1201db6218d07ed5f8ece178ae80e.zip | |
[pcre2] Fix build with Emscripten/WASM (#7948)
PCRE does not support Just-in-time compilation when targeting
WebAssembly.
Diffstat (limited to 'ports/pcre2/CONTROL')
| -rw-r--r-- | ports/pcre2/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/pcre2/CONTROL b/ports/pcre2/CONTROL index 3d7824a27..462916ef1 100644 --- a/ports/pcre2/CONTROL +++ b/ports/pcre2/CONTROL @@ -1,4 +1,4 @@ Source: pcre2 -Version: 10.30-4 +Version: 10.30-5 Homepage: https://pcre.org/ Description: PCRE2 is a re-working of the original Perl Compatible Regular Expressions library |
