mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Submodule 'done' dependencies were being incorrectly computed, because the wrong name was used.
This commit is contained in:
parent
6fdc293671
commit
e3e1cfb0dc
2 changed files with 6 additions and 2 deletions
|
@ -79,7 +79,11 @@ $(S)config.stamp : $(S)configure $(S)Makefile.in
|
|||
define DEF_SUBMODULE_VARS
|
||||
DEPS_$(1) =
|
||||
CFLAGS_$(1) = -O2
|
||||
DONE_$(1) = $$(B)src/$(1)/$(1).dummy
|
||||
# any "done" dummy files must be named libSOMETHING.dummy.
|
||||
#
|
||||
# We can't auto-compute this, because some modules have lib* prefix in
|
||||
# their name already, while others don't.
|
||||
DONE_$(1) = $$(B)src/$(1)/lib*.dummy
|
||||
DEPS_SUBMODULES += $(1)
|
||||
endef
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ DEPS_rust-azure += \
|
|||
rust-core-graphics \
|
||||
rust-core-text \
|
||||
rust-core-foundation \
|
||||
skia \
|
||||
skia \
|
||||
$(NULL)
|
||||
|
||||
DEPS_rust-cairo += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue