diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-07-03 15:50:39 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-07-04 14:52:30 -0600 |
| commit | b697edca01c0d23947b5a1eca68596804ae4b1ac (patch) | |
| tree | 86ac20e03b5a95ea266fc0afabd6f45f18af46d3 /scripts/parameter_validation_generator.py | |
| parent | bb572db9778ddc02162043e397de4c587ea93b85 (diff) | |
| download | usermoji-b697edca01c0d23947b5a1eca68596804ae4b1ac.tar.xz | |
layers: GH1922, Fix out-of-tree builds
Change-Id: I82bd4d1285a7ec69c7b8209937235f538375773a
Diffstat (limited to 'scripts/parameter_validation_generator.py')
| -rw-r--r-- | scripts/parameter_validation_generator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/parameter_validation_generator.py b/scripts/parameter_validation_generator.py index 38b0d882..49a002ce 100644 --- a/scripts/parameter_validation_generator.py +++ b/scripts/parameter_validation_generator.py @@ -173,6 +173,7 @@ class ParamCheckerOutputGenerator(OutputGenerator): self.vuid_file = None # Cover cases where file is built from scripts directory, Lin/Win, or Android build structure vuid_filename_locations = [ + './vk_validation_error_messages.h', '../layers/vk_validation_error_messages.h', '../../layers/vk_validation_error_messages.h', '../../../layers/vk_validation_error_messages.h', |
