diff options
author | Juan Ramos <juan@lunarg.com> | 2023-10-04 17:12:01 -0600 |
---|---|---|
committer | Juan Ramos <114601453+juan-lunarg@users.noreply.github.com> | 2023-10-04 21:04:24 -0600 |
commit | 7405cd460daf6b79da2bce0020070f11f73bb7ad (patch) | |
tree | ca7394317aaab9d60b3bfff7eca7656235c04287 | |
parent | 6a73702bbc84b027bed045658aba772405a70d54 (diff) | |
download | Vulkan-Loader-7405cd460daf6b79da2bce0020070f11f73bb7ad.tar.gz Vulkan-Loader-7405cd460daf6b79da2bce0020070f11f73bb7ad.tar.bz2 Vulkan-Loader-7405cd460daf6b79da2bce0020070f11f73bb7ad.zip |
gn: asm_offset.c shouldn't be compiled
asm_offset.c only makes sense for an executable
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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", |