Mercurial
diff .bazelrc @ 216:e82b80b24012 default tip
[MrJuneJune] Make webp translate background job.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Sat, 28 Feb 2026 21:04:43 -0800 |
| parents | f3084bca7317 |
| children |
line wrap: on
line diff
--- a/.bazelrc Sat Feb 28 20:34:18 2026 -0800 +++ b/.bazelrc Sat Feb 28 21:04:43 2026 -0800 @@ -2,7 +2,8 @@ common --enable_platform_specific_config # Suppress duplicate library warnings from openssl BCR module on macOS -build:macos --linkopt=-Wl,-no_warn_duplicate_libraries +# Use host_linkopt to avoid passing this to cross-compilation targets (e.g., WASM) +build:macos --host_linkopt=-Wl,-no_warn_duplicate_libraries # esmdk build --incompatible_enable_cc_toolchain_resolution