mirror of
https://github.com/mileswolfallen2/browser.git
synced 2026-09-08 11:23:18 +00:00
6 lines
263 B
TOML
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"]
|