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:
6
.github/workflows/install_deps.sh
vendored
6
.github/workflows/install_deps.sh
vendored
@@ -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