Skip to content

Commit

Permalink
add linker opts
Browse files Browse the repository at this point in the history
  • Loading branch information
Daulet Zhanguzin committed Nov 8, 2023
1 parent 4cb10d8 commit df031aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ go_library(
":libtokenizers",
],
cgo = True,
# clinkopts = ["./libtokenizers.a -ldl -lm -lstdc++"],
clinkopts = ["-ldl -lstdc++"],
importpath = "github.com/daulet/tokenizers",
visibility = ["//visibility:public"],
)

0 comments on commit df031aa

Please sign in to comment.