mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix build on Windows
This commit is contained in:
parent
5a7ca34d75
commit
5d24f7c6b7
2 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#![feature(plugin)]
|
||||
#![plugin(plugins)]
|
||||
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
extern crate alloc_jemalloc;
|
||||
extern crate hbs_pow;
|
||||
extern crate ipc_channel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue