Skip to content

Commit

Permalink
Drop sdl2_image when building with the sniper runtime.
Browse files Browse the repository at this point in the history
This is a leftover from when we were using the old runtime, which had issues with it's build of SDL2_image.
  • Loading branch information
ProjectSynchro committed Jul 9, 2023
1 parent 4f8c1e3 commit c1957cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/naev_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
meson setup build source \
--native-file='source/utils/build/linux_steamruntime.ini' \
--buildtype=debug \
--force-fallback-for=sdl2_image,glpk,SuiteSparse \
--force-fallback-for=glpk,SuiteSparse \
-Dsteamruntime=true \
-Dprefix="/usr" \
-Dinstaller=true \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/naev_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
meson setup build source \
--native-file='source/utils/build/linux_steamruntime.ini' \
--buildtype=release \
--force-fallback-for=sdl2_image,glpk,SuiteSparse \
--force-fallback-for=glpk,SuiteSparse \
-Dsteamruntime=true \
-Dprefix="/usr" \
-Dinstaller=true \
Expand Down

0 comments on commit c1957cd

Please sign in to comment.