Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vamolessa authored Nov 5, 2024
1 parent 4e2f1b8 commit f1c6d62
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,14 @@ cmake \

make # -j N for N-way parallel build

echo "======================================================================"
echo "======================================================================"
echo "======================================================================"

find . -type f -name '*.a'

echo "======================================================================"
echo "======================================================================"
echo "======================================================================"

# Zip build output

cd ../..

mkdir dawn-$OS-$ARCH

echo $DAWN_COMMIT > dawn-$OS-$ARCH/commit.txt

cp $OUT_DIR/gen/include/dawn/webgpu.h dawn-$OS-$ARCH
cp $OUT_DIR/tint dawn-$OS-$ARCH
cp $OUT_DIR/src/dawn/native/libwebgpu_dawn.dylib dawn-$OS-$ARCH
Expand Down

0 comments on commit f1c6d62

Please sign in to comment.