mirror of
https://github.com/servo/servo.git
synced 2025-07-19 05:13:55 +01:00
Enable 32bit builds.
You specify a 32bit build by setting --target on configure.
This commit is contained in:
parent
8e59706933
commit
9a75a0fa12
18 changed files with 114 additions and 48 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
#![feature(globs, macro_rules, phase, thread_local)]
|
||||
|
||||
#![allow(experimental)]
|
||||
|
||||
#![feature(phase)]
|
||||
#[phase(plugin, link)]
|
||||
extern crate log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue