From 1aed723b6e0b17da72115b32bedb8d861fb21c61 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Mon, 25 Dec 2023 11:59:50 +0100 Subject: [PATCH] build with mingw --- .github/workflows/build-windows-vcpkg.yml | 2 +- vcpkg.json | 25 +++++------------------ 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/.github/workflows/build-windows-vcpkg.yml b/.github/workflows/build-windows-vcpkg.yml index 6072c74028..5ebb0613e7 100644 --- a/.github/workflows/build-windows-vcpkg.yml +++ b/.github/workflows/build-windows-vcpkg.yml @@ -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 }} diff --git a/vcpkg.json b/vcpkg.json index ea71a9e568..ef52071273 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -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" ] } \ No newline at end of file