[gimp/wip/Jehan/incremental-win-installer-improvements] Test: install lua51 and lua51-lgi.



commit 2b3246b847112684369aa1c7ca48a1705429051d
Author: Jehan <jehan girinstud io>
Date:   Tue May 18 22:13:18 2021 +0200

    Test: install lua51 and lua51-lgi.
    
    Not sure if that's the problem here. I think luajit is meant to have all
    files already.

 build/windows/gitlab-ci/package-gimp-msys2.sh | 2 ++
 build/windows/installer/compile.bat           | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/build/windows/gitlab-ci/package-gimp-msys2.sh b/build/windows/gitlab-ci/package-gimp-msys2.sh
index 8227bebff6..9b948d96e5 100644
--- a/build/windows/gitlab-ci/package-gimp-msys2.sh
+++ b/build/windows/gitlab-ci/package-gimp-msys2.sh
@@ -65,6 +65,8 @@ pacman --noconfirm -S --needed \
     mingw-w64-$MSYS2_ARCH-libspiro \
     mingw-w64-$MSYS2_ARCH-libwebp \
     mingw-w64-$MSYS2_ARCH-libwmf \
+    mingw-w64-$MSYS2_ARCH-lua51 \
+    mingw-w64-$MSYS2_ARCH-lua51-lgi \
     mingw-w64-$MSYS2_ARCH-luajit \
     mingw-w64-$MSYS2_ARCH-maxflow \
     mingw-w64-$MSYS2_ARCH-mypaint-brushes \
diff --git a/build/windows/installer/compile.bat b/build/windows/installer/compile.bat
index 84a15ae17b..bc115f7110 100755
--- a/build/windows/installer/compile.bat
+++ b/build/windows/installer/compile.bat
@@ -34,7 +34,7 @@ shift
 goto doparams
 :paramsdone
 
-"%INNOPATH%\iscc.exe" -DVERSION="%VER%" -DGIMP_DIR="%GIMP_BASE%" -DDIR32="%GIMP32%" -DDIR64="%GIMP64%" 
-DDEPS_DIR="%DEPS_BASE%" -DDDIR32="%DEPS32%" -DDDIR64="%DEPS64%" -DDEBUG_SYMBOLS -DPYTHON %PARAMS% 
gimp3264.iss
+"%INNOPATH%\iscc.exe" -DVERSION="%VER%" -DGIMP_DIR="%GIMP_BASE%" -DDIR32="%GIMP32%" -DDIR64="%GIMP64%" 
-DDEPS_DIR="%DEPS_BASE%" -DDDIR32="%DEPS32%" -DDDIR64="%DEPS64%" -DDEBUG_SYMBOLS -DPYTHON -DLUA %PARAMS% 
gimp3264.iss
 goto :eof
 
 :help


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]