mirror of
https://github.com/servo/servo.git
synced 2025-07-15 11:23:39 +01:00
Add [no_link] attribute to plugins crate
Fixes errors linking to our CEF embedding library.
This commit is contained in:
parent
45ebcf1df7
commit
96cb0fbabf
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
#[plugin]
|
||||
#[plugin] #[no_link]
|
||||
extern crate "plugins" as servo_plugins;
|
||||
|
||||
extern crate servo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue