aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/kvt_genvk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kvt_genvk.py b/scripts/kvt_genvk.py
index c4bb2df4..a79a6ec7 100644
--- a/scripts/kvt_genvk.py
+++ b/scripts/kvt_genvk.py
@@ -275,7 +275,7 @@ if __name__ == '__main__':
parser.add_argument('-defaultExtensions', action='store',
default='vulkan',
help='Specify a single class of extensions to add to targets')
- parser.add_argument('-directory', action='store',
+ parser.add_argument('-directory', action='store', default='.',
help='Specify where the built file is place')
parser.add_argument('-extension', action='append',
default=[],