diff --git a/src/make_linux32.rb b/src/make_linux32.rb index b0a3da9..a7e2e74 100644 --- a/src/make_linux32.rb +++ b/src/make_linux32.rb @@ -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"