1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-19 16:07:40 +00:00

Eliminate autotools/automake/configure.

This commit is contained in:
Arthur O'Dwyer
2021-03-10 17:06:44 -05:00
parent 5ade959c02
commit 77cc0cc01b
10 changed files with 6 additions and 550 deletions

View File

@@ -17,12 +17,6 @@ if [[ "$GH_HYP_PNG" == "png_1" ]]; then
GH_DEPS_MINGW64+=" libpng:x"
fi
if [[ "$GH_BUILDSYS" == "autotools" ]]; then
GH_DEPS_UBUNTU+=" autoconf"
GH_DEPS_MACOS+=" automake"
GH_DEPS_MINGW64+=" automake-wrapper autoconf"
fi
if [[ "$GH_OS" == "ubuntu-latest" ]]; then
sudo apt-get -y install $GH_DEPS_UBUNTU
elif [[ "$GH_OS" == "macos-latest" ]]; then