From 49ed1889a68cb2880d10f66b13e3509fe201cc75 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Mon, 5 Nov 2018 08:40:50 -0600 Subject: [PATCH] Vagrantfile: Also sync internal git files, for DXVK build --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 5fbd9df4..1e37a219 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,7 +12,7 @@ Vagrant.configure(2) do |config| v.memory = `grep 'MemTotal' /proc/meminfo | sed -e 's/MemTotal://' -e 's/ kB//'`.to_i / 1024 / 2 end - config.vm.synced_folder ".", "/home/vagrant/proton", type: "rsync", rsync__exclude: [".git/", "/output/"], rsync__args: ["--verbose", "--archive", "-z", "--links", "--update"] + config.vm.synced_folder ".", "/home/vagrant/proton", type: "rsync", rsync__exclude: ["/output/"], rsync__args: ["--verbose", "--archive", "-z", "--links", "--update"] config.vm.provision "shell", privileged: "true", inline: <<-SHELL dpkg --add-architecture i386