auto merge of #2095 : zmike/servo/servo-lib, r=larsbergstrom

In pursuit of #441

r? @larsbergstrom
This commit is contained in:
bors-servo 2014-04-12 11:43:06 -04:00
commit ce877e4f5b

View file

@ -341,6 +341,12 @@ ifneq ($(CFG_OSTYPE),linux-androideabi)
servo: $(DEPS_servo)
@$(call E, compile: $@)
$(Q)$(RUSTC) $(RFLAGS_servo) -o $@ $<
libservo.dummy: $(DEPS_servo)
@$(call E, compile: $@)
$(Q)$(RUSTC) $(RFLAGS_servo) $< --crate-type dylib,rlib
touch libservo.dummy
else
servo: $(DEPS_servo)
@$(call E, compile: $@)