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 12, 2024
1 parent e1273e6 commit e7ecd12
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,30 @@ make # -j N for N-way parallel build

cd ../..

echo "============================================================="
echo "============================================================= find tint"
echo "============================================================="

find . -type f -name 'tint.h'
find $OUT_DIR -type f -name 'libtint*'
find $OUT_DIR -type f -name '*tint.dylib'

echo "============================================================="
echo "============================================================= find .dylib"
echo "============================================================="

find $OUT_DIR -type f -name '*.dylib'

echo "============================================================="
echo "============================================================= ls gen/include/tint"
echo "============================================================="

ls $OUT_DIR/gen/include/tint

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

mkdir dawn-$OS-$ARCH

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

0 comments on commit e7ecd12

Please sign in to comment.