mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
Update dependencies.sh
Fixing up Mac OS dependencies to make sure all sdl2 bits and tools are there
This commit is contained in:
parent
086f09820c
commit
44d9901f98
@ -33,9 +33,9 @@ install_freebsd() {
|
||||
install_osx() {
|
||||
brew update
|
||||
case "$EMULATOR" in
|
||||
simh*) brew install sdl2;;
|
||||
pdp10-*) brew install sdl2;;
|
||||
klh10) brew install automake;;
|
||||
simh*) brew install automake sdl2 sdl2_image sdl2_net pkg-config;;
|
||||
pdp10-*) brew install automake sdl2 sdl2_image sdl2_net pkg-config;;
|
||||
klh10) brew install automake sdl2 sdl2_image sdl2_net pkg-config;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user