Skip to content

Commit

Permalink
Vagrantfile: Remove system mingw-w64 after installing ours
Browse files Browse the repository at this point in the history
Just to ensure we don't use the wrong one.
  • Loading branch information
aeikum committed Nov 26, 2019
1 parent 354428c commit 2ba0344
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ Vagrant.configure(2) do |config|
# the script below will set up the steam-runtime docker containers
sudo -u vagrant /home/vagrant/proton/vagrant-user-setup.sh
#ensure we use only the mingw-w64 that we built
apt-get remove -y '*mingw-w64*'
SHELL
end
end
2 changes: 2 additions & 0 deletions build-mingw-w64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -e
if [ -z "$1" ]; then
echo "Makes a local build of mingw-w64 in this directory and installs it to the given path."
echo ""
echo "Note: Requires a system mingw-w64 to be present already, for us to bootstrap with."
echo ""
echo "usage:"
echo -e "\t$0 <installation path e.g. \$HOME/.local>"
exit 1
Expand Down

0 comments on commit 2ba0344

Please sign in to comment.