From 4e3209e407d334dabb8b58cd5a21a5c6c65f5ef4 Mon Sep 17 00:00:00 2001
From: Edward Rudd <urkle@outoforder.cc>
Date: Sat, 02 May 2020 22:34:01 +0000
Subject: [PATCH] bump mac library to 2.0.12

---
 include/SDL2/SDL_vulkan.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL2/SDL_vulkan.h b/include/SDL2/SDL_vulkan.h
index 972cca4..db72be2 100644
--- a/include/SDL2/SDL_vulkan.h
+++ b/include/SDL2/SDL_vulkan.h
@@ -98,8 +98,8 @@
  *        applications to link with libvulkan (and historically MoltenVK was
  *        provided as a static library). If it is not found then, on macOS, SDL
  *        will attempt to load \c vulkan.framework/vulkan, \c libvulkan.1.dylib,
- *        \c MoltenVK.framework/MoltenVK and \c libMoltenVK.dylib in that order.
- *        On iOS SDL will attempt to load \c libMoltenVK.dylib. Applications
+ *        followed by \c libvulkan.dylib, in that order.
+ *        On iOS SDL will attempt to load \c libvulkan.dylib only. Applications
  *        using a dynamic framework or .dylib must ensure it is included in its
  *        application bundle.
  *

--
Gitblit v1.9.3