Files
browser/.cargo/config.toml
T
2026-08-21 23:52:13 -05:00

6 lines
263 B
TOML

# CEF symbols are resolved at runtime from the dlopen'd framework
# (see cef_host::load_framework_if_bundled), so the linker must tolerate
# undefined cef_* symbols.
[target.'cfg(target_os = "macos")']
rustflags = ["-C", "link-arg=-Wl,-undefined,dynamic_lookup"]