diff options
Diffstat (limited to 'glsl_builders.py')
-rw-r--r-- | glsl_builders.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glsl_builders.py b/glsl_builders.py index a6ca9aa2f3..ce52ec247d 100644 --- a/glsl_builders.py +++ b/glsl_builders.py @@ -3,6 +3,7 @@ All such functions are invoked in a subprocess on Windows to prevent build flakiness. """ + import os.path from typing import Optional, Iterable |