diff options
| author | derselbst <tom.mbrt@googlemail.com> | 2020-03-19 14:32:07 +0100 |
|---|---|---|
| committer | derselbst <tom.mbrt@googlemail.com> | 2020-04-08 10:20:44 +0200 |
| commit | a4a5c65cc82d104aae260f4e6abf6b7ea9a2ee13 (patch) | |
| tree | 23ee6b0dcd028a613d476bb25ee0208e666e5329 /ports/libffi/CONTROL | |
| parent | a3a6e703448b58b0d86ff4b6b5f658b8d26cd76d (diff) | |
| download | vcpkg-a4a5c65cc82d104aae260f4e6abf6b7ea9a2ee13.tar.gz vcpkg-a4a5c65cc82d104aae260f4e6abf6b7ea9a2ee13.zip | |
[libffi] Check return value of execute_process()
To avoid hiding errors, the return values of the execute_process()
commands should be checked and a fatal error should be issued.
Diffstat (limited to 'ports/libffi/CONTROL')
| -rw-r--r-- | ports/libffi/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libffi/CONTROL b/ports/libffi/CONTROL index 70e108a73..655f6023c 100644 --- a/ports/libffi/CONTROL +++ b/ports/libffi/CONTROL @@ -1,4 +1,4 @@ Source: libffi
-Version: 3.3-1
+Version: 3.3-2
Homepage: https://github.com/libffi/libffi
Description: Portable, high level programming interface to various calling conventions
\ No newline at end of file |
