From d5dbac88a5f88db2f217ae87cc0b99f2f15d5573 Mon Sep 17 00:00:00 2001 From: xiongmao86 Date: Fri, 31 Jan 2014 17:16:26 +0800 Subject: [PATCH] Failed to link -lpng while make reftest is fixed. --- mk/check.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/check.mk b/mk/check.mk index 69ba5d1f0e4..28e7ebee81a 100644 --- a/mk/check.mk +++ b/mk/check.mk @@ -40,7 +40,7 @@ servo-test: $(DEPS_servo) reftest: $(S)src/test/harness/reftest/reftest.rs servo @$(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 @$(call E, compile: $@)