Skip to content

Commit

Permalink
Fix dev.sh (replaced the obsolete package)
Browse files Browse the repository at this point in the history
  • Loading branch information
portbx committed Oct 22, 2017
1 parent f366555 commit d16a270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ install_dev(){
fi

if ask "Install MinGW compiler+tools?" N; then
apt-get install -y binutils-mingw-w64 gcc-mingw-w64 mingw-w64 mingw-w64-dev
apt-get install -y binutils-mingw-w64 gcc-mingw-w64 mingw-w64 \
mingw-w64-x86-64-dev mingw-w64-i686-dev
fi
}

Expand Down

0 comments on commit d16a270

Please sign in to comment.