mirror of
https://github.com/openharmony/third_party_spirv-headers.git
synced 2026-07-01 20:54:00 -04:00
e6f3dab544
Signed-off-by: huruitao <huruitao@kaihong.com>
10 lines
209 B
Bash
Executable File
10 lines
209 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
python3 bin/makeExtinstHeaders.py
|
|
|
|
cd ../../include/spirv/unified1
|
|
../../../tools/buildHeaders/build/install/bin/buildSpvHeaders -H spirv.core.grammar.json
|
|
dos2unix spirv.* spv.*
|