icecat: add release icecat-140.9.0-1gnu1 for ecne

This commit is contained in:
Ark74 2026-03-28 14:10:24 -06:00
parent 8eb1f1732f
commit a5f93cb214
1197 changed files with 30593 additions and 15344 deletions

View file

@ -28,7 +28,7 @@ ln -s i686-w64-mingw32-clang++ $MOZ_FETCHES_DIR/clang/bin/i686-w64-mingw32-g++
# --------------
cd zlib-1.3.1
cd zlib-1.3.2
make -f win32/Makefile.gcc PREFIX=i686-w64-mingw32-
cd ../nsis-3.07-src
@ -54,7 +54,7 @@ scons \
CC="clang --sysroot $MOZ_FETCHES_DIR/sysroot-x86_64-linux-gnu" \
CXX="clang++ --sysroot $MOZ_FETCHES_DIR/sysroot-x86_64-linux-gnu" \
XGCC_W32_PREFIX=i686-w64-mingw32- \
ZLIB_W32=../zlib-1.3.1 \
ZLIB_W32=../zlib-1.3.2 \
SKIPUTILS="NSIS Menu,Makensisw" \
PREFIX_DEST=$INSTALL_DIR/ \
PREFIX_BIN=bin \