gpu-dawn: use versioned python command when bundling releases
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
128fc0a444
commit
a44f91448b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ zig version > out/ZIG_VERSION
|
||||||
|
|
||||||
# Bundle headers.json.gz
|
# Bundle headers.json.gz
|
||||||
pushd out
|
pushd out
|
||||||
python ../dev/dir_to_json.py > ../headers.json
|
python3 ../dev/dir_to_json.py > ../headers.json
|
||||||
popd
|
popd
|
||||||
gzip -9 headers.json
|
gzip -9 headers.json
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue