mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
9418a956b1
commit
b8aea925e0
|
@ -17,6 +17,10 @@ build:
|
|||
cmake .. $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
linux:
|
||||
# likely needs bumping to an unreleased abseil.io version
|
||||
# ld.lld: error: undefined reference due to --no-allow-shlib-undefined: absl::lts_20240116::log_internal::LogMessage& absl::lts_20240116::log_internal::LogMessage::operator<<<int, 0>(int const&)
|
||||
LDFLAGS: $LDFLAGS -Wl,--allow-shlib-undefined
|
||||
ARGS:
|
||||
- -Dprotobuf_BUILD_LIBPROTOC=ON
|
||||
- -Dprotobuf_BUILD_SHARED_LIBS=ON
|
||||
|
|
Loading…
Reference in a new issue