Skip to content

Commit

Permalink
build with mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnp committed Dec 25, 2023
1 parent 38901c2 commit 1aed723
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [x64-windows-static, arm64-windows-static]
target: [x64-mingw-static, arm64-mingw-static]

env:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.target }}
Expand Down
25 changes: 5 additions & 20 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,10 @@
"dependencies": [
"sdl2",
"libarchive",
{
"name": "libslirp",
"platform": "mingw"
},
{
"name": "qt5-base",
"platform": "mingw"
},
{
"name": "qt5-svg",
"platform": "mingw"
},
{
"name": "qt5-multimedia",
"platform": "mingw"
},
{
"name": "dirent",
"platform": "windows"
}
"libslirp",
"qt5-base",
"qt5-svg",
"qt5-multimedia",
"dirent"
]
}

0 comments on commit 1aed723

Please sign in to comment.