shithub: duke3d

Download patch

ref: 38d26187f451951c9562d32c3c06aa72e6456c28
parent: 146e27734ecdb3f92bf31db56cc68babdec1c9aa
author: Tanguy Fautre <tanguy@fautre.com>
date: Wed Apr 22 18:13:55 EDT 2020

Update vcpkg to 2020.04.
Updated MacOS X MIDI comment.

--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@
 
 **MacOS X**
 
-Out of the box, MIDI music will play fine on MacOS X (pending [vcpkg Issue/PR #10201](https://github.com/microsoft/vcpkg/pull/10201) being merged).
+Out of the box, MIDI music will play fine on MacOS X (thanks to [vcpkg PR #10201](https://github.com/microsoft/vcpkg/pull/10201)).
 
 ## Contributors
 
--- a/vcpkg_macosx.sh
+++ b/vcpkg_macosx.sh
@@ -5,7 +5,7 @@
 cd build
 git clone https://github.com/Microsoft/vcpkg.git vcpkg.macosx
 cd vcpkg.macosx
-git checkout 2020.01
+git checkout 2020.04
 ./bootstrap-vcpkg.sh
 
 ./vcpkg install \
--- a/vcpkg_windows_x64.bat
+++ b/vcpkg_windows_x64.bat
@@ -2,7 +2,7 @@
 cd build || goto :error
 git clone https://github.com/Microsoft/vcpkg.git vcpkg.windows.x64 || goto :error
 cd vcpkg.windows.x64 || goto :error
-git checkout 2020.01 || goto :error
+git checkout 2020.04 || goto :error
 call bootstrap-vcpkg.bat || goto :error
 
 vcpkg.exe install ^
--- a/vcpkg_windows_x86.bat
+++ b/vcpkg_windows_x86.bat
@@ -2,7 +2,7 @@
 cd build || goto :error
 git clone https://github.com/Microsoft/vcpkg.git vcpkg.windows.x86 || goto :error
 cd vcpkg.windows.x86 || goto :error
-git checkout 2020.01 || goto :error
+git checkout 2020.04 || goto :error
 call bootstrap-vcpkg.bat || goto :error
 
 vcpkg.exe install ^