Skip to content

Commit

Permalink
modify xnnpack's condition
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jan 25, 2025
1 parent c1e8246 commit 2491d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"name": "wil",
"platform": "windows"
},
{
{
"name": "xnnpack",
"platform": "!windows | x64"
"platform": "(windows & x64) | (osx & native) | (!windows && !osx)"
},
{
"name": "zlib",
Expand Down

0 comments on commit 2491d10

Please sign in to comment.