aboutsummaryrefslogtreecommitdiff
path: root/vulkan.py
diff options
context:
space:
mode:
Diffstat (limited to 'vulkan.py')
-rwxr-xr-xvulkan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vulkan.py b/vulkan.py
index e773d63f..683f8acf 100755
--- a/vulkan.py
+++ b/vulkan.py
@@ -1254,7 +1254,7 @@ lunarg_debug_marker = Extension(
import sys
-if len(sys.argv) < 2:
+if len(sys.argv) > 3:
if sys.platform.startswith('win32'):
extensions = [core, ext_khr_surface, ext_khr_device_swapchain, ext_khr_win32_surface]
extensions_all = [core, ext_khr_surface, ext_khr_device_swapchain, ext_khr_win32_surface, lunarg_debug_report, lunarg_debug_marker]