Skip to content
Snippets Groups Projects
Commit 924a4de0 authored by Lina Versace's avatar Lina Versace Committed by Dylan Baker
Browse files

util/glsl2spirv: Fix build with Python 3.6


ChromeOS still uses Python 3.6, but the glsl2spirv script uses module
'__future__.annotations', introduced in Python 3.7. Fix the build by
removing module, but otherwise preserve the type annotations.

Fixes: 949c3b55 ("util/glsl2spirv: add type annotations")
Acked-by: default avatarEric Engestrom <eric@igalia.com>
Part-of: <mesa/mesa!20237>
(cherry picked from commit bca22a65)
parent ab083f34
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment