diff options
Diffstat (limited to 'ports/cef/lib.rs')
-rw-r--r-- | ports/cef/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/cef/lib.rs b/ports/cef/lib.rs index 4cb5abfa4ff..e926f8ebc14 100644 --- a/ports/cef/lib.rs +++ b/ports/cef/lib.rs @@ -46,6 +46,10 @@ extern crate libc; extern crate url as std_url; #[cfg(target_os="macos")] +#[link_args="-Xlinker -undefined -Xlinker dynamic_lookup"] +extern { } + +#[cfg(target_os="macos")] extern crate cgl; #[cfg(target_os="macos")] extern crate cocoa; |