fix option order of make servo

This commit is contained in:
aydin.kim 2014-01-23 10:34:33 +09:00
parent d11e431887
commit ea24d8792f

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