Failed to link -lpng while make reftest is fixed.

This commit is contained in:
xiongmao86 2014-01-31 17:16:26 +08:00
parent 882cc0bf69
commit d5dbac88a5

View file

@ -40,7 +40,7 @@ servo-test: $(DEPS_servo)
reftest: $(S)src/test/harness/reftest/reftest.rs servo reftest: $(S)src/test/harness/reftest/reftest.rs servo
@$(call E, compile: $@) @$(call E, compile: $@)
$(Q)$(RUSTC) -L$(B)/src/support/png/rust-png/ -o $@ $< $(Q)$(RUSTC) -L$(B)/src/support/png/rust-png/ -L$(B)/src/support/png/libpng/ -o $@ $<
contenttest: $(S)src/test/harness/contenttest/contenttest.rs servo contenttest: $(S)src/test/harness/contenttest/contenttest.rs servo
@$(call E, compile: $@) @$(call E, compile: $@)