diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-06-16 04:13:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-15 13:13:04 -0700 |
| commit | 36b2f28bbb499a1150a69db13c84d5d499e1d664 (patch) | |
| tree | 7148248cddb18c33e2513ec34c97de9ea9cc8446 /ports/mpir/CONTROL | |
| parent | ffa7fd27cfa29f206d1fd2ccfc722cad4aaeef3d (diff) | |
| download | vcpkg-36b2f28bbb499a1150a69db13c84d5d499e1d664.tar.gz vcpkg-36b2f28bbb499a1150a69db13c84d5d499e1d664.zip | |
[mpir] Add mpirxx.lib (#9205)
* [mpir] Add mpirxx.lib
* Update
* Remove bin directory in static build
* Update support info
Diffstat (limited to 'ports/mpir/CONTROL')
| -rw-r--r-- | ports/mpir/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/mpir/CONTROL b/ports/mpir/CONTROL index 79238cbb5..0871ce157 100644 --- a/ports/mpir/CONTROL +++ b/ports/mpir/CONTROL @@ -1,5 +1,5 @@ Source: mpir -Version: 3.0.0-7 +Version: 3.0.0-8 Homepage: https://github.com/wbhart/mpir Description: Multiple Precision Integers and Rationals. -Supports: !uwp
\ No newline at end of file +Supports: !(uwp|arm)
\ No newline at end of file |
