roguish/scripts/reset_build.sh

21 lines
504 B
Bash
Executable file

#!/usr/bin/env bash
set -e
mv -f ./subprojects/packagecache . || true
rm -rf subprojects builddir
mkdir subprojects
mv packagecache ./subprojects/ || true
mkdir builddir
cp *.wrap subprojects
meson wrap install fmt
meson wrap install catch2
meson wrap install ftxui
meson wrap install nlohmann_json
meson wrap install libpng
meson wrap install vorbis
meson wrap install ogg
meson wrap install flac
meson wrap install freetype2
meson wrap install openal-soft
meson wrap install sfml
meson setup builddir