Commit 3feb8d68 authored by Victor Gomes's avatar Victor Gomes Committed by V8 LUCI CQ

[bazel] Fix wrong path to config pkg

No-Try: true
Change-Id: Ia96e108342167de9248475cd5cee60ae35ef81cf
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3253155
Auto-Submit: Victor Gomes <victorgomes@chromium.org>
Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/main@{#77607}
parent 5cb6033a
......@@ -105,7 +105,7 @@ def _default_args():
linkopts = [
"-pthread",
] + select({
"@v8//bazel/config:is_macos": [],
"@config//:is_macos": [],
"//conditions:default": ["-Wl,--no-as-needed -ldl"],
}) + select({
":should_add_rdynamic": ["-rdynamic"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment