mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-06-04 11:52:11 +00:00
Eliminate autotools/automake/configure.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user