auto merge of #1539 : aydinkim/servo/misc, r=metajack

fix android build error on certain environment
This commit is contained in:
bors-servo 2014-01-23 16:03:48 -08:00
commit 6edb293de0

View file

@ -332,7 +332,7 @@ servo: $(DEPS_servo)
else
servo: $(DEPS_servo)
@$(call E, compile: $@)
$(Q)$(RUSTC) $(RFLAGS_servo) -o -Z gen-crate-map $@ $< --lib
$(Q)$(RUSTC) $(RFLAGS_servo) -Z gen-crate-map -o $@ $< --lib
endif
# Darwin app packaging