Skip to content

Commit

Permalink
update tiger sketch build script
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed Jun 8, 2024
1 parent 65ed8d6 commit ea7abc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketches/tiger/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ mkdir -p $BINDIR
clang -g $FLAGS $LIBS $INCLUDES -o $BINDIR/example_tiger main.c

cp $LIBDIR/liborca.dylib $BINDIR/
cp $SRCDIR/ext/dawn/bin/libwebgpu.dylib $BINDIR/
cp $LIBDIR/libwebgpu.dylib $BINDIR/

install_name_tool -add_rpath "@executable_path" $BINDIR/example_tiger

0 comments on commit ea7abc7

Please sign in to comment.