mirror of https://github.com/GNOME/gimp.git
Revert "build: do not build file-mng for 32-bit Windows."
This reverts commit 6ae69f5e84
.
Our 32-bit file-mng build has been fixed normally now. I should have
removed this commit before merging!
This commit is contained in:
parent
b8156fdf2b
commit
649687b48b
|
@ -6,8 +6,7 @@ if [[ "$MSYSTEM" == "MINGW32" ]]; then
|
|||
export ARTIFACTS_SUFFIX="-w32"
|
||||
export MSYS2_ARCH="i686"
|
||||
export MSYS2_PREFIX="/c/msys64/mingw32"
|
||||
# 32-bit libmng MSYS2 package is broken: https://github.com/msys2/MINGW-packages/issues/11136
|
||||
export GIMP_OPTIONS="-Dvala-plugins=disabled -Dmng=disabled"
|
||||
export GIMP_OPTIONS="-Dvala-plugins=disabled"
|
||||
else
|
||||
export ARTIFACTS_SUFFIX="-w64"
|
||||
export MSYS2_ARCH="x86_64"
|
||||
|
|
Loading…
Reference in New Issue