diff options
Diffstat (limited to 'ports/xnnpack')
| -rw-r--r-- | ports/xnnpack/vcpkg.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/xnnpack/vcpkg.json b/ports/xnnpack/vcpkg.json index f3d46ad94..cb0339e28 100644 --- a/ports/xnnpack/vcpkg.json +++ b/ports/xnnpack/vcpkg.json @@ -1,9 +1,10 @@ { "name": "xnnpack", "version-date": "2021-05-17", + "port-version": 1, "description": "High-efficiency floating-point neural network inference operators for mobile, server, and Web", "homepage": "https://github.com/google/XNNPACK", - "supports": "!arm & !uwp", + "supports": "!(arm & windows) & !uwp", "dependencies": [ "cpuinfo", "fp16", |
