Skip to content

Commit

Permalink
Update test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 authored Aug 6, 2024
1 parent ce320bb commit f5b67ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh

# Add missing import
export LD_LIBRARY_PATH="../target/debug"
export LD_LIBRARY_PATH="../target/release:../target/debug"
# MacOS
export DYLD_LIBRARY_PATH="../target/debug"
export DYLD_LIBRARY_PATH="../target/debug:../target/debug"

cc test.c -L ../target/debug/ -ltiktoken_c -o test
cc version.c -L ../target/debug/ -ltiktoken_c -o version
Expand Down

0 comments on commit f5b67ee

Please sign in to comment.