Skip to content

Commit

Permalink
Updated aseprite submodule
Browse files Browse the repository at this point in the history
Removed patches which were accepted upstream.

Also removed unused 'mingw_dir' variable. We don't need it since MinGW
is already added to the path.
  • Loading branch information
bjorn committed Jan 10, 2025
1 parent 7761f01 commit dae570c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 46 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,11 @@ jobs:
qt_arch: win32_mingw81
qt_tools: tools_mingw,qt.tools.win32_mingw810
cmake_args: -G "MinGW Makefiles"
mingw_dir: mingw810_32
- windows_version: 2022
qt_version: 6.8.1
qt_arch: win64_mingw
qt_tools: tools_mingw1310,qt.tools.win64_mingw1310
cmake_args: -G "MinGW Makefiles"
mingw_dir: mingw1310_64

defaults:
run:
Expand All @@ -145,15 +143,10 @@ jobs:
- name: Build
run: |
pushd aseprite
patch -p1 < ../aseprite-fix-zlib-include.patch
patch -p1 < ../aseprite-msvc-dynamic-runtime.patch
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 ${{ matrix.cmake_args }}
cmake --build build --config Release
Expand Down
13 changes: 0 additions & 13 deletions aseprite-fix-zlib-include.patch

This file was deleted.

13 changes: 0 additions & 13 deletions cityhash-fix-byteswap.patch

This file was deleted.

12 changes: 0 additions & 12 deletions laf-include-cstdint.patch

This file was deleted.

0 comments on commit dae570c

Please sign in to comment.