vcpkg/ports/mpir/vcpkg.json
nicole mazzuca 6a83b5365e
[mpir] fix on linux (#12723)
* [mpir] fix on linux
the fix in #12677 broke linux while fixing macOS

fixes #12708

* back to working on osx

* Update Port-Version in vcpkg.json

Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2020-08-05 10:33:48 -07:00

9 lines
212 B
JSON

{
"name": "mpir",
"version-string": "3.0.0",
"port-version": 10,
"description": "Multiple Precision Integers and Rationals",
"homepage": "https://github.com/wbhart/mpir",
"supports": "!(uwp | arm)"
}