diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2014-03-31 16:10:04 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2014-03-31 16:16:25 +0100 |
commit | f48492e5a5e2b46259c3b9e667bd0ec6cea990cf (patch) | |
tree | e67fc48b0894b30e0de114bde2f91bf0d647f9cd | |
parent | cde9a0caea641ac95f4790a00ad826a9a87b2caf (diff) | |
download | servo-f48492e5a5e2b46259c3b9e667bd0ec6cea990cf.tar.gz servo-f48492e5a5e2b46259c3b9e667bd0ec6cea990cf.zip |
Build: Ugrade Mako to 0.9.1, to support Python 3.4
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | src/components/style/Mako-0.8.1.zip | bin | 481842 -> 0 bytes | |||
-rw-r--r-- | src/components/style/Mako-0.9.1.zip | bin | 0 -> 469500 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 9cce690bfa1..c036ef8f48c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -254,7 +254,7 @@ DONE_script = $(B)src/components/script/libscript.dummy DEPS_script = $(CRATE_script) $(SRC_script) $(DONE_SUBMODULES) $(DONE_util) $(DONE_style) $(DONE_net) $(DONE_msg) $(DONE_macros) RFLAGS_style = $(strip $(CFG_RUSTC_FLAGS)) $(addprefix -L $(B)src/,$(DEPS_SUBMODULES)) -L $(B)src/components/util -MAKO_ZIP = $(S)src/components/style/Mako-0.8.1.zip +MAKO_ZIP = $(S)src/components/style/Mako-0.9.1.zip MAKO_style = $(S)src/components/style/properties.rs MAKO_SRC_style = $(MAKO_style).mako SRC_style = $(call rwildcard,$(S)src/components/style/,*.rs) $(MAKO_style) diff --git a/src/components/style/Mako-0.8.1.zip b/src/components/style/Mako-0.8.1.zip Binary files differdeleted file mode 100644 index c324c72ef8a..00000000000 --- a/src/components/style/Mako-0.8.1.zip +++ /dev/null diff --git a/src/components/style/Mako-0.9.1.zip b/src/components/style/Mako-0.9.1.zip Binary files differnew file mode 100644 index 00000000000..b7450e30012 --- /dev/null +++ b/src/components/style/Mako-0.9.1.zip |