Skip to content

Commit 16b5138

Browse files
committed
fix: windows needs pkgconf
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 0b84ac8 commit 16b5138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ linux.before-all = [
5151
"dnf install -y gd-devel",
5252
]
5353
windows.before-all = [
54-
"vcpkg install libgd",
54+
"vcpkg install libgd pkgconf",
5555
]
5656
macos.before-all = [
5757
"git clone https://github.com/libgd/libgd.git --branch gd-2.3.3 --depth 1",

0 commit comments

Comments
 (0)