diff --git a/Scripts/Ports/python3-cairosvg/vcpkg.json b/Scripts/Ports/python3-cairosvg/vcpkg.json index d4c31833f4..a400338989 100644 --- a/Scripts/Ports/python3-cairosvg/vcpkg.json +++ b/Scripts/Ports/python3-cairosvg/vcpkg.json @@ -6,8 +6,8 @@ "dependencies": [ { "name": "cairo", - "platform": "windows", - "default-features": false + "default-features": false, + "host": true }, "python3" ] diff --git a/vcpkg.json b/vcpkg.json index 9a40bf2e90..2ea785fc7d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -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" } ] }