mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Failed to link -lpng while make reftest is fixed.
This commit is contained in:
parent
882cc0bf69
commit
d5dbac88a5
1 changed files with 1 additions and 1 deletions
|
@ -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: $@)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue