From 4fcc684c7ed8535b7018830f3f7c3e6c5b8b89f3 Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Sat, 12 Jul 2025 00:48:00 +0100 Subject: [PATCH] Update release Makefile to refer to ../Vulkan-Docs/Vulkan-Hpp instead of ../Vulkan-Hpp, per recent changes to some other build Makefiles / scripts in other repos. --- Makefile.release | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.release b/Makefile.release index 64ec125..d8b6c78 100644 --- a/Makefile.release +++ b/Makefile.release @@ -1,4 +1,4 @@ -# Copyright 2024 The Khronos Group Inc. +# Copyright 2024-2025 The Khronos Group Inc. # SPDX-License-Identifier: Apache-2.0 # Makefile.release - update external files generated in Vulkan spec @@ -12,7 +12,10 @@ REVISION = 999 # Location of other repository clones GIT = .. SPEC = $(GIT)/Vulkan-Docs -HPP = $(GIT)/Vulkan-Hpp +# As of 1.4.322 spec update, the build process has been changed to use a +# Vulkan-Hpp located underneath Vulkan-Docs (not a submodule). +# If you are using one located elsewhere then override HPP. +HPP = $(SPEC)/Vulkan-Hpp REGISTRY = $(GIT)/registry/vulkan update: revision-check create-branch update-files push-branch