Skip to content

Commit

Permalink
Fix freeing Qt build 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 762a7c5 commit 30b6ba2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dllstack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ if ! unpack_component qt5 ||
! build_component_full qt5 qt5 \
"-opensource -confirm-license -xplatform win32-g++ -device-option CROSS_COMPILE=${CROSSER_TARGET}- -device-option DLLSPREFIX=${DLLSPREFIX} -device-option EXTRA_LIBDIR=$DLLSPREFIX/lib -device-option EXTRA_INCDIR=$DLLSPREFIX/include -nomake examples -no-opengl -no-evr -system-pcre -system-zlib -system-harfbuzz" \
"qt" "" "" "" "yes" ||
! free_component qt-everywhere-src $VERSION_QT5 "qt-everywhere-src"
! free_component qt-everywhere-src $VERSION_QT5 "qt5"
then
log_error "QT5 stack build failed"
exit 1
Expand Down
3 changes: 3 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

2.2.2
- Fixed freeing of Qt build directory

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

Expand Down

0 comments on commit 30b6ba2

Please sign in to comment.