Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/make_linux32.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def run
end

def setup
deps = %w{libreadline-dev lib32ncurses5-dev lib32stdc++6 clang}
deps = %w{libreadline-dev libncurses5-dev libstdc++6 clang}
puts "I'm going to install the following dependencies, you will need sudo for that"
puts deps
puts "Do you want me to do that? y/N"
Expand Down