diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-04-07 05:17:22 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-06 14:17:22 -0700 |
| commit | 6283a51112ed7bb1a3da46d9f181c075118a836e (patch) | |
| tree | d4b0c70429ba26cb9d5f480e48e0798c423f38b2 /ports/libffi/CONTROL | |
| parent | f2023a7f35bf25dc8b1f289f34e9e6e6283a5f21 (diff) | |
| download | vcpkg-6283a51112ed7bb1a3da46d9f181c075118a836e.tar.gz vcpkg-6283a51112ed7bb1a3da46d9f181c075118a836e.zip | |
[libffi] Support arm/arm64 (#10485)
* [libffi] Support arm/arm64
* [libffi] Use VCPKG_TARGET_ARCHITECTURE to determine triplet
* [libffi] Use VCPKG_TARGET_ARCHITECTURE in CMakeLists.txt
* update baseline
* re-trigger ci test
Diffstat (limited to 'ports/libffi/CONTROL')
| -rw-r--r-- | ports/libffi/CONTROL | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/libffi/CONTROL b/ports/libffi/CONTROL index 50b50a7c9..70e108a73 100644 --- a/ports/libffi/CONTROL +++ b/ports/libffi/CONTROL @@ -1,5 +1,4 @@ Source: libffi
-Version: 3.3
+Version: 3.3-1
Homepage: https://github.com/libffi/libffi
-Description: Portable, high level programming interface to various calling conventions
-Supports: !arm
\ No newline at end of file +Description: Portable, high level programming interface to various calling conventions
\ No newline at end of file |
