Skip to content

Commit

Permalink
Merge pull request #14 from intelligent-machine-learning/hotfix/fix_o…
Browse files Browse the repository at this point in the history
…penxla_lp_library

fix allow-multiple-definition
  • Loading branch information
mars1248 authored Mar 27, 2024
2 parents 7b8d407 + a85117d commit 4b6b78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cc_binary(
linkopts = [
"-Wl,-rpath,$$ORIGIN/torch_xla/lib", # for libtpu
"-Wl,-soname,_XLAC.so",
"-Wl,--allow-multiple-definition",
"-lstdc++fs", # For std::filesystem
],
linkshared = 1,
Expand Down

0 comments on commit 4b6b78d

Please sign in to comment.