Skip to content

Commit

Permalink
use DEPS in wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-baker committed Jun 5, 2024
1 parent 8e2f07d commit 5ecb905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/wasm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ build() {
}

if [ ! -d external/spirv-headers ] ; then
echo "Fetching SPIRV-headers"
git clone https://github.com/KhronosGroup/SPIRV-Headers.git external/spirv-headers
echo "Fetching deps"
utils/git-sync-deps
fi

echo Building ${BASH_REMATCH[1]}
Expand Down

0 comments on commit 5ecb905

Please sign in to comment.