Skip to content

Commit 877637a

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents f62ea1e + f6f0cc8 commit 877637a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sm_osx/RomView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)