A fix that locks all dependencies at a specific version.

This commit is contained in:
Zed A. Shaw 2024-10-16 16:48:25 -04:00
parent 5e432d7e88
commit 92e872f922
17 changed files with 159 additions and 54 deletions

View file

@ -3,16 +3,5 @@ set -ex
mkdir subprojects
mkdir builddir
meson wrap install flac
meson wrap install freetype2
meson wrap install imgui-sfml
meson wrap install imgui
meson wrap install libpng
meson wrap install ogg
meson wrap install openal-soft
meson wrap install sfml
meson wrap install vorbis
meson wrap install zlib
meson wrap install fmt
meson wrap install box2d
cp wraps/*.wrap subprojects/
meson setup builddir