diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/gmp/vcpkg.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/gmp/vcpkg.json b/ports/gmp/vcpkg.json index f19d55d43..71cedfec5 100644 --- a/ports/gmp/vcpkg.json +++ b/ports/gmp/vcpkg.json @@ -1,10 +1,10 @@ { "name": "gmp", "version-string": "6.2.1", - "port-version": 3, + "port-version": 4, "description": "The GNU Multiple Precision Arithmetic Library", "homepage": "https://gmplib.org", - "supports": "windows & !(arm | arm64)", + "supports": "!(windows & (arm | arm64))", "dependencies": [ { "name": "vs-yasm", |
