Skip to content

Commit

Permalink
Fix freeing of SDL2_ttf source directory
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lindqvist <[email protected]>
  • Loading branch information
cazfi committed Mar 2, 2022
1 parent cd2dfc1 commit 6425535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dllstack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,8 @@ if ! unpack_component SDL2 ||
! build_component_full SDL2_ttf SDL2_ttf \
"--with-freetype-exec-prefix=$DLLSPREFIX" "" \
"SDL_ttf-release-${VERSION_SDL2_TTF}" ||
! free_component SDL2_ttf $VERSION_SDL2_TTF "SDL2_ttf" ||
! free_src SDL_ttf-release-$VERSION_SDL2_TTF ||
! free_build "SDL2_ttf" ||
! unpack_component SDL2_mixer ||
! build_component SDL2_mixer ||
! free_component SDL2_mixer $VERSION_SDL2_MIXER "SDL2_mixer"
Expand Down
1 change: 1 addition & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

2.2.2
- Fixed freeing of Qt build directory
- Fixed freeing of SDL2_ttf source directory

2.2.1 (14-Jan-22)
- Updated SDL2_ttf download URL
Expand Down

0 comments on commit 6425535

Please sign in to comment.