Skip to content

Commit

Permalink
Fix copy path in build-dawn.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul authored and bitwitch committed Mar 6, 2024
1 parent 7911108 commit 90cdbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-dawn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ mkdir dawn.out/bin
mkdir dawn.out/include

cp dawn.build/gen/include/dawn/webgpu.h dawn.out/include/
cp dawn.build/Debug/libwebgpu.dylib dawn.out/bin/
cp dawn.build/src/dawn/native/libwebgpu.dylib dawn.out/bin/

0 comments on commit 90cdbdb

Please sign in to comment.