Add [no_link] attribute to plugins crate

Fixes errors linking to our CEF embedding library.
This commit is contained in:
Matt Brubeck 2015-02-03 13:12:11 -08:00
parent 45ebcf1df7
commit 96cb0fbabf

View file

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