diff options
Diffstat (limited to 'gles3_builders.py')
-rw-r--r-- | gles3_builders.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gles3_builders.py b/gles3_builders.py index 055451f298..f1cdf7ac8c 100644 --- a/gles3_builders.py +++ b/gles3_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 |