mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Fix a build system typo and update submodules to correct linkage directives
This commit is contained in:
parent
c079d337f3
commit
d937e3c2fe
3 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ RUSTLIBS = \
|
||||||
-L src/rust-layers \
|
-L src/rust-layers \
|
||||||
-L src/rust-http-client \
|
-L src/rust-http-client \
|
||||||
-L src/rust-hubbub \
|
-L src/rust-hubbub \
|
||||||
-L src/rust-rust-core-foundation \
|
-L src/rust-core-foundation \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
RUST_SRC=$(shell find $(VPATH)/src -type f -name '*.rs')
|
RUST_SRC=$(shell find $(VPATH)/src -type f -name '*.rs')
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f0bda24a03245e2f917b287d5d850621d2d56c56
|
Subproject commit ac7115cc7e1dd26b629c289fa527e5d40aa07d2e
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8e3eb37945e1c7ce72dd7bd483be262708bc6853
|
Subproject commit 7b77ca7b9fc96366b4ab07ad6609236d2ebe5afa
|
Loading…
Add table
Add a link
Reference in a new issue