diff --git a/build/dependencies.sh b/build/dependencies.sh index 024c2d11..01c705c9 100644 --- a/build/dependencies.sh +++ b/build/dependencies.sh @@ -31,6 +31,7 @@ install_freebsd() { } install_osx() { + brew update case "$EMULATOR" in simh) brew install sdl2;; pdp10-*) brew install sdl2;;