vcpkg/ports/mpir/vcpkg.json
NancyLi1013 2cb28482bb
[mpir] Fix build error if VCPKG_BUILD_TYPE is set as release or debug (#12514)
* [mpir] Fix build error if VCPKG_BUILD_TYPE is set as release or debug

* Update ci.baseline.txt

* EOL LF for vcpkg.json

* Update to use vcpkg_configure_make and vcpkg_install_make in UNIX
2020-07-30 22:59:38 -07:00

9 lines
211 B
JSON

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