Skip to content

Commit

Permalink
add empty linkopts condition for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
phpisciuneri committed Mar 27, 2023
1 parent 8811113 commit bafa210
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 @@ -10,6 +10,7 @@ cmake(
lib_source = "@net_sourceforge_projects_arma//:all-src",
linkopts = select({
"@bazel_tools//src/conditions:linux": ["-lpthread"],
"@bazel_tools//src/conditions:windows": [],
}),
out_data_dirs = ["share"],
out_static_libs = select({
Expand Down

0 comments on commit bafa210

Please sign in to comment.