diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2020-04-21 14:41:49 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2020-04-22 14:01:04 -0700 |
| commit | 7774c964d3df8b127e8d1814526f4447a27446c2 (patch) | |
| tree | f45e9974bce1f7b964620a49abb0d92d4aeca3e4 | |
| parent | 84463fe2902f4b50b54abe053684e6fcb7a60c4f (diff) | |
| download | usermoji-7774c964d3df8b127e8d1814526f4447a27446c2.tar.xz | |
scripts: Sync GN json script with ValidationLayers
| -rwxr-xr-x | build-gn/generate_vulkan_layers_json.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-gn/generate_vulkan_layers_json.py b/build-gn/generate_vulkan_layers_json.py index 2e2b3d5d..93d105b6 100755 --- a/build-gn/generate_vulkan_layers_json.py +++ b/build-gn/generate_vulkan_layers_json.py @@ -100,6 +100,8 @@ def main(): if platform.system() == 'Windows': relative_path_prefix = r'..\\' # json-escaped, hence two backslashes. file_type_suffix = '.dll' + elif platform.system() == 'Darwin': + file_type_suffix = '.dylib' # For each *.json.in template files in source dir generate actual json file # in target dir |
