mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Fix build
This commit is contained in:
parent
9026bd1f00
commit
7eb949eac4
3 changed files with 6 additions and 5 deletions
|
@ -95,8 +95,8 @@ src/rust-harfbuzz/libharfbuzz.dummy: src/harfbuzz/src/.libs/libharfbuzz.a
|
||||||
$(MAKE) -C src/rust-harfbuzz RUSTFLAGS="-L ../harfbuzz/src/.libs/"
|
$(MAKE) -C src/rust-harfbuzz RUSTFLAGS="-L ../harfbuzz/src/.libs/"
|
||||||
|
|
||||||
src/rust-mozjs/libmozjs.dummy: src/mozjs/libjs_static.a
|
src/rust-mozjs/libmozjs.dummy: src/mozjs/libjs_static.a
|
||||||
$(MAKE) -C src/rust-mozjs \
|
RUSTFLAGS="-L ../mozjs/" CFLAGS="-I../mozjs/dist/include" \
|
||||||
RUSTFLAGS="-L ../mozjs/" CFLAGS="-I../mozjs/dist/include"
|
$(MAKE) -C src/rust-mozjs
|
||||||
|
|
||||||
src/rust-azure/libazure.dummy: $(AZURE_DEPS)
|
src/rust-azure/libazure.dummy: $(AZURE_DEPS)
|
||||||
RUSTFLAGS="-L ../rust-cocoa" $(MAKE) -C src/rust-azure
|
RUSTFLAGS="-L ../rust-cocoa" $(MAKE) -C src/rust-azure
|
||||||
|
@ -124,7 +124,8 @@ check-rust-harfbuzz: src/harfbuzz/src/.libs/libharfbuzz.a
|
||||||
|
|
||||||
.PHONY: check-rust-mozjs
|
.PHONY: check-rust-mozjs
|
||||||
check-rust-mozjs: src/mozjs/libjs_static.a
|
check-rust-mozjs: src/mozjs/libjs_static.a
|
||||||
$(MAKE) check -C src/rust-mozjs RUSTFLAGS="-L ../mozjs/"
|
RUSTFLAGS="-L ../mozjs/" CFLAGS="-I../mozjs/dist/include" \
|
||||||
|
$(MAKE) check -C src/rust-mozjs
|
||||||
|
|
||||||
.PHONY: check-rust-azure
|
.PHONY: check-rust-azure
|
||||||
check-rust-azure: $(AZURE_DEPS)
|
check-rust-azure: $(AZURE_DEPS)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ed52cbf4179aef19a5afa507faf140e1152dd6d8
|
Subproject commit 530d8661e5282180acd2c3005f4fe7f0c2477f0a
|
|
@ -1 +1 @@
|
||||||
Subproject commit 73229f656e75517c3906eb20ba1a48e8df3d2584
|
Subproject commit 5eb1ee67bc91d5e52a8810341b057211fbe5cb97
|
Loading…
Add table
Add a link
Reference in a new issue