aboutsummaryrefslogtreecommitdiffstats
path: root/ports/cef
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cef')
-rw-r--r--ports/cef/Cargo.lock4
-rw-r--r--ports/cef/lib.rs4
2 files changed, 6 insertions, 2 deletions
diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock
index 04187e52cc8..981d17cec79 100644
--- a/ports/cef/Cargo.lock
+++ b/ports/cef/Cargo.lock
@@ -592,7 +592,7 @@ dependencies = [
[[package]]
name = "js"
version = "0.1.0"
-source = "git+https://github.com/servo/rust-mozjs#d7d45d07e0e91b13a01f32704fb93631fbf9611c"
+source = "git+https://github.com/servo/rust-mozjs#d0c4bd28930e809bf0af38cc8c034cbc61afa545"
dependencies = [
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -747,7 +747,7 @@ dependencies = [
[[package]]
name = "mozjs_sys"
version = "0.0.0"
-source = "git+https://github.com/servo/mozjs#2d5bc1838f8cc2f37177c705fb9bc583c742bc33"
+source = "git+https://github.com/servo/mozjs#2c918d1fb803673f5e5aca230034f77e85455448"
[[package]]
name = "msg"
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;