From d0a3434eac4693215fd8e6c2ce89d8c3aee618cc Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 11 Dec 2020 10:53:30 +0100 Subject: [PATCH] KLH10 needs automake installed. --- build/dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/dependencies.sh b/build/dependencies.sh index 40b3a009..e19a3144 100644 --- a/build/dependencies.sh +++ b/build/dependencies.sh @@ -34,6 +34,7 @@ install_osx() { case "$EMULATOR" in simh) brew install sdl2;; pdp10-*) brew install sdl2;; + klh10) brew install automake;; esac }