gpu-dawn: use versioned python command when bundling releases

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-26 14:09:17 -07:00
parent 128fc0a444
commit a44f91448b

View file

@ -13,7 +13,7 @@ zig version > out/ZIG_VERSION
# Bundle headers.json.gz
pushd out
python ../dev/dir_to_json.py > ../headers.json
python3 ../dev/dir_to_json.py > ../headers.json
popd
gzip -9 headers.json