Mercurial
diff .bazelrc @ 228:62f9cb40d10d
[Merge] Merging conflicts
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 16:44:06 -0700 |
| parents | e82b80b24012 |
| children | 1f9877b637e9 |
line wrap: on
line diff
--- a/.bazelrc Sun Aug 02 16:31:44 2026 -0700 +++ b/.bazelrc Sun Aug 02 16:44:06 2026 -0700 @@ -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