From e2b1d99572d32eedc3fa5e13e6025f2f4e4af680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20B=C3=A1lint=20Misius?= Date: Mon, 7 Jul 2025 09:01:34 +0200 Subject: [PATCH] Remove the last few references to zlib These were meant to go in 6e54da7a17eb, oops. --- .github/build.sh | 4 ++-- README.md | 1 - meson.build | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/build.sh b/.github/build.sh index d0643f2ec..494fbb0de 100755 --- a/.github/build.sh +++ b/.github/build.sh @@ -95,7 +95,7 @@ if [[ -z ${BSH_NO_PACKAGES-} ]]; then if [[ $BSH_STATIC_DYNAMIC == static ]]; then sudo apt install libc6-dev else - sudo apt install libluajit-5.1-dev libcurl4-openssl-dev libfftw3-dev zlib1g-dev libsdl2-dev libbz2-dev libjsoncpp-dev libpng-dev + sudo apt install libluajit-5.1-dev libcurl4-openssl-dev libfftw3-dev libsdl2-dev libbz2-dev libjsoncpp-dev libpng-dev fi if [[ $PACKAGE_MODE == appimage ]]; then sudo apt install libfuse2 @@ -107,7 +107,7 @@ if [[ -z ${BSH_NO_PACKAGES-} ]]; then darwin) brew install binutils # pkg-config if [[ $BSH_STATIC_DYNAMIC != static ]]; then - brew install luajit fftw zlib sdl2 bzip2 jsoncpp # curl + brew install luajit fftw sdl2 bzip2 jsoncpp # curl fi if [[ $BSH_LINT == yes ]]; then # gg brew :( diff --git a/README.md b/README.md index 38515a61a..2e6908bed 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,6 @@ Libraries and other assets used * [Mallangche](https://github.com/JammPark/Mallangche) * [mbedtls](https://www.trustedfirmware.org/projects/mbed-tls/) * [SDL](https://libsdl.org/) -* [zlib](https://www.zlib.net/) Instructions =========================================================================== diff --git a/meson.build b/meson.build index 113730103..327c42578 100644 --- a/meson.build +++ b/meson.build @@ -225,7 +225,6 @@ if host_platform == 'emscripten' '-s', 'USE_BZIP2=1', '-s', 'USE_LIBPNG', '-s', 'USE_PTHREADS', -# '-s', 'USE_ZLIB=1', '-s', 'DISABLE_EXCEPTION_CATCHING=0', '-gsource-map', ]