We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec427a commit 34afee9Copy full SHA for 34afee9
1 file changed
score/launch_manager/src/daemon/src/common/concurrency/BUILD
@@ -32,9 +32,12 @@ cc_library(
32
"mpmc_concurrent_queue.hpp",
33
],
34
include_prefix = "score/mw/launch_manager/common/concurrency",
35
- linkopts = [
36
- "-l:libatomic.a",
37
- ],
+ linkopts = select({
+ "@platforms//os:qnx": [
+ "-l:libatomic.a",
38
+ ],
39
+ "//conditions:default": [],
40
+ }),
41
strip_include_prefix = "/score/launch_manager/src/daemon/src/common/concurrency",
42
visibility = ["//score:__subpackages__"],
43
deps = [
0 commit comments