File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ struct RomView: View {
135135 //install dependencies
136136
137137 if repo == . sm64ex_coop || repo == . sm64ex_coop_dev || repo == . moon64 {
138- commandsCompile = " echo 'Installing Deps' && brew uninstall glew sdl2; arch -x86_64 /bin/zsh -cl '/usr/local/bin/brew install make mingw-w64 gcc gcc@9 sdl2 pkg-config glew glfw3 libusb audiofile coreutils'; "
138+ commandsCompile = " echo 'Installing Deps' && brew uninstall glew sdl2; arch -x86_64 /bin/zsh -cl '/usr/local/bin/brew install make mingw-w64 gcc gcc@9 sdl2 pkg-config glew glfw3 libusb audiofile coreutils wget '; "
139139 }
140140 else {
141- commandsCompile = " echo 'Installing Deps' && brew install make mingw-w64 gcc sdl2 pkg-config glew glfw3 libusb audiofile coreutils; "
141+ commandsCompile = " echo 'Installing Deps' && brew install make mingw-w64 gcc sdl2 pkg-config glew glfw3 libusb audiofile coreutils wget ; "
142142 }
143143
144144 //clone the repo
You can’t perform that action at this time.
0 commit comments