Skip to content

Commit

Permalink
Moving host flag into Python3-Cariosvg manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
colincornaby committed Aug 20, 2023
1 parent da88f3c commit 2ad9ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Scripts/Ports/python3-cairosvg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dependencies": [
{
"name": "cairo",
"platform": "windows",
"default-features": false
"default-features": false,
"host": true
},
"python3"
]
Expand Down
8 changes: 1 addition & 7 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,7 @@
"description": "Installs a functional cairosvg Python module for the resource.dat generator.",
"dependencies": [
{
"name": "cairo",
"default-features": false,
"host": true
},
{
"name": "python3-cairosvg",
"host": true
"name": "python3-cairosvg"
}
]
}
Expand Down

0 comments on commit 2ad9ab0

Please sign in to comment.