Browse Source

Update wxwidgets-33 port to fix arm64 build

pull/18/head
Mark Roszko 4 months ago
parent
commit
9dd1ba7f9f
  1. 2
      vcpkg-configuration.json
  2. 2
      vcpkg.json

2
vcpkg-configuration.json

@ -9,7 +9,7 @@
{ {
"kind": "git", "kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git", "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "531be6ab6551debac8aa1e1be29d44ed37ab55fa",
"baseline": "6186c9fd9da61e730909d3a5e5c2b6fb3d2e18cc",
"packages": [ "packages": [
"glew", "glew",
"python3", "python3",

2
vcpkg.json

@ -62,7 +62,7 @@
}, },
{ {
"name": "wxwidgets-33", "name": "wxwidgets-33",
"version": "3.3.0#2"
"version": "3.3.0#3"
}, },
{ {
"name": "wxpython-33", "name": "wxpython-33",

Loading…
Cancel
Save