diff options
| author | Mikhail Paulyshka <me@mixaill.tk> | 2020-08-06 01:51:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-05 15:51:36 -0700 |
| commit | 98fb2772262bf14ba811a0647726128d09665c85 (patch) | |
| tree | 130d97d268a8e6fe2221694360756e145b6ea862 /ports/libffi/CONTROL | |
| parent | 94c657dbb51c49c423397822695924c43559b29e (diff) | |
| download | vcpkg-98fb2772262bf14ba811a0647726128d09665c85.tar.gz vcpkg-98fb2772262bf14ba811a0647726128d09665c85.zip | |
[libffi] fix crash in debug (#12498)
* [libffi] fix crash in debug
(cherry picked from commit 78b3f05731556e23ad8f1ef8b168ad99cc1c4a9c)
* Update CONTROL
* [libffi] fix crash in debug (x86-windows)
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Co-authored-by: Rolf Gebhardt <rolf.gebhardt@lbs-sw.de>
Diffstat (limited to 'ports/libffi/CONTROL')
| -rw-r--r-- | ports/libffi/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/libffi/CONTROL b/ports/libffi/CONTROL index 95dfbeb56..a5d4c2094 100644 --- a/ports/libffi/CONTROL +++ b/ports/libffi/CONTROL @@ -1,4 +1,5 @@ Source: libffi
-Version: 3.3-3
+Version: 3.3
+Port-Version: 4
Homepage: https://github.com/libffi/libffi
Description: Portable, high level programming interface to various calling conventions
|
