From 2ad9ab02f887655b2147fe81247cc309b8762bf9 Mon Sep 17 00:00:00 2001 From: Colin Cornaby Date: Sat, 19 Aug 2023 22:21:16 -0700 Subject: [PATCH] Moving host flag into Python3-Cariosvg manifest --- Scripts/Ports/python3-cairosvg/vcpkg.json | 4 ++-- vcpkg.json | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) 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" } ] }