diff options
-rw-r--r-- | mk/check.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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: $@) |