mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
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:
commit
95802fe8b3
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