auto merge of #4826 : mbrubeck/servo/cef_plugins, r=jdm

Fixes errors linking to our CEF embedding library. r? @glennw
This commit is contained in:
bors-servo 2015-02-03 19:03:50 -07:00
commit 95802fe8b3

View file

@ -9,7 +9,7 @@
#[macro_use]
extern crate log;
#[plugin]
#[plugin] #[no_link]
extern crate "plugins" as servo_plugins;
extern crate servo;