aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/embedding/embedding.rs
diff options
context:
space:
mode:
authorJack Moffitt <jack@metajack.im>2014-04-30 11:15:02 -0600
committerJack Moffitt <jack@metajack.im>2014-08-14 13:52:19 -0600
commit9a75a0fa120de6c47690e180548477a4deb780ae (patch)
tree165ed305cdc8d00e71f9124a3380af60bf2328dc /src/components/embedding/embedding.rs
parent8e597069336d63914d8ab40d79c6f21ad21122bd (diff)
downloadservo-9a75a0fa120de6c47690e180548477a4deb780ae.tar.gz
servo-9a75a0fa120de6c47690e180548477a4deb780ae.zip
Enable 32bit builds.
You specify a 32bit build by setting --target on configure.
Diffstat (limited to 'src/components/embedding/embedding.rs')
-rw-r--r--src/components/embedding/embedding.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/embedding/embedding.rs b/src/components/embedding/embedding.rs
index a4a0293e286..cfe105da7ea 100644
--- a/src/components/embedding/embedding.rs
+++ b/src/components/embedding/embedding.rs
@@ -9,6 +9,8 @@
#![feature(globs, macro_rules, phase, thread_local)]
+#![allow(experimental)]
+
#![feature(phase)]
#[phase(plugin, link)]
extern crate log;