projects
/
platform
/
upstream
/
Vulkan-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a73702
)
gn: asm_offset.c shouldn't be compiled
author
Juan Ramos
<juan@lunarg.com>
Wed, 4 Oct 2023 23:12:01 +0000
(17:12 -0600)
committer
Juan Ramos
<114601453+juan-lunarg@users.noreply.github.com>
Thu, 5 Oct 2023 03:04:24 +0000
(21:04 -0600)
asm_offset.c only makes sense for an executable
BUILD.gn
patch
|
blob
|
history
diff --git
a/BUILD.gn
b/BUILD.gn
index 7bbd39316393f9c5cbcdeaea23da03c6c98f7e09..760356b57908007bc0999096fb022c1d5647d652 100644
(file)
--- a/
BUILD.gn
+++ b/
BUILD.gn
@@
-106,7
+106,6
@@
if (!is_android) {
"loader/adapters.h",
"loader/allocation.c",
"loader/allocation.h",
- "loader/asm_offset.c",
"loader/cJSON.c",
"loader/cJSON.h",
"loader/debug_utils.c",