Skip to content

Commit

Permalink
build: make sure toolchain has correct arguments for linking shared lib
Browse files Browse the repository at this point in the history
`geos` has been failing to build without this change since cockroachdb#100313.
This fixes it.

Epic: none
Release note: None
  • Loading branch information
rickystewart committed Apr 5, 2023
1 parent ed7cf35 commit e512e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/toolchains/crosstool-ng/cc_toolchain_config.bzl.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ all_compile_actions = [
]

all_link_actions = [
ACTION_NAMES.cpp_link_dynamic_library,
ACTION_NAMES.cpp_link_executable,
]

Expand Down

0 comments on commit e512e3d

Please sign in to comment.