KhronosGroup / Vulkan-Utility-Libraries

Utility libraries for Vulkan developers
Other
56 stars 25 forks source link

scripts: Make gn.py use check_call #191

Closed jeremyg-lunarg closed 6 months ago

jeremyg-lunarg commented 6 months ago

Just like VVL, it was using subprocess.call(), which ignores errors.