diff --git a/Peanut b/Peanut index 8d26c3a..0a11e02 160000 --- a/Peanut +++ b/Peanut @@ -1 +1 @@ -Subproject commit 8d26c3ade562d1a1bac6fae7f35d6af661bbbac5 +Subproject commit 0a11e027a8558199e7c390cc9aac21510998faa1 diff --git a/xmake.lua b/xmake.lua index e39fadc..a02c60b 100644 --- a/xmake.lua +++ b/xmake.lua @@ -13,7 +13,8 @@ add_requires("glfw 3.4") -- ── Vulkan SDK ── local vulkan_sdk = os.getenv("VULKAN_SDK") if not vulkan_sdk then - raise("VULKAN_SDK not set. Install Vulkan SDK 1.4+ and set VULKAN_SDK env var.") + cprint("${bright yellow}VULKAN_SDK not set — Vulkan-dependent targets will fail to build") + vulkan_sdk = "" end -- ── Peanut (static library) ──