mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Fix check-rust-harfbuzz build rule
This commit is contained in:
parent
8a4ac15908
commit
b521105117
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ check-servo: servo-test
|
||||||
./servo-test $(TESTNAME)
|
./servo-test $(TESTNAME)
|
||||||
|
|
||||||
.PHONY: check-rust-harfbuzz
|
.PHONY: check-rust-harfbuzz
|
||||||
check-rust-harfbuzz: src/harfbuzz/src/.libs/libharfbuzz.a
|
check-rust-harfbuzz:
|
||||||
$(MAKE) check -C src/rust-harfbuzz
|
$(MAKE) check -C src/rust-harfbuzz
|
||||||
|
|
||||||
.PHONY: check-rust-mozjs
|
.PHONY: check-rust-mozjs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue