Skip to content

Commit

Permalink
use mingw makefile option in qaseprite build
Browse files Browse the repository at this point in the history
  • Loading branch information
dogboydog committed Jan 10, 2025
1 parent 3b37a85 commit 8750d80
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,14 +403,19 @@ jobs:
pushd aseprite
patch -p1 < ../aseprite-fix-zlib-include.patch
patch -p1 < ../aseprite-msvc-dynamic-runtime.patch
pushd laf
popd
pushd aseprite/laf
patch -p1 < ../../laf-msvc-dynamic-runtime.patch
patch -p1 < ../../laf-include-cstdint.patch
popd
pushd aseprite/third_party/cityhash
patch -p1 < ../../../cityhash-fix-byteswap.patch
popd
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake -B build -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles"
cmake --build build --config Release
cmake --install build --config Release
- name: Build Tiled
run: |
export TILED_MSI_VERSION=1.4.${GITHUB_RUN_NUMBER}
Expand Down

0 comments on commit 8750d80

Please sign in to comment.