Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuly Novikov <ynovikov@chromium.org>2022-06-30 20:43:15 +0300
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2022-06-30 21:24:44 +0300
commitc8399c9130d030844ddb98b0479e4588c57cc218 (patch)
tree64089a65f73bd350b74473c0478c101b8076d6e9
parente91cfe1cf9c540597e969f3b01b16384ec4b9c50 (diff)
Fix BUILD.gn
Add newly added file stack_allocation.h Fixes #846
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index bc25c4f45..875375516 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -125,6 +125,7 @@ if (!is_android) {
"loader/log.c",
"loader/log.h",
"loader/phys_dev_ext.c",
+ "loader/stack_allocation.h",
"loader/terminator.c",
"loader/trampoline.c",
"loader/unknown_function_handling.h",