зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1208566 - emit proper dependencies when compiling Rust sources; r=mshal
This commit is contained in:
Родитель
241c3e6e6f
Коммит
aa7ce205e6
|
@ -945,7 +945,7 @@ ifdef MOZ_RUST
|
||||||
# in the target's LIBS.
|
# in the target's LIBS.
|
||||||
$(RSOBJS):
|
$(RSOBJS):
|
||||||
$(REPORT_BUILD)
|
$(REPORT_BUILD)
|
||||||
$(RUSTC) $(RUSTFLAGS) --crate-type staticlib -o $(call mk_libname,$<) $(_VPATH_SRCS)
|
$(RUSTC) $(RUSTFLAGS) --crate-type staticlib --emit dep-info=$(MDDEPDIR)/$(call mk_libname,$<).pp,link=$(call mk_libname,$<) $(_VPATH_SRCS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(SOBJS):
|
$(SOBJS):
|
||||||
|
|
Загрузка…
Ссылка в новой задаче