Skip to content

Commit

Permalink
Fix test for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Aug 5, 2024
1 parent 088d634 commit 76af043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Add missing import
export LD_LIBRARY_PATH="../target/debug"
# MacOS
export DYLD_LIBRARY_PATH="../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 76af043

Please sign in to comment.