зеркало из https://github.com/mozilla/gecko-dev.git
Use MOZILLA_DIR instead of topsrcdir so that the commercial tree does not break (hopefully)
This commit is contained in:
Родитель
a9a94baa70
Коммит
c70a5e94ea
|
@ -516,10 +516,10 @@ ifdef LIBRARY_NAME
|
|||
ifdef EXPORT_LIBRARY
|
||||
ifdef IS_COMPONENT
|
||||
ifndef NO_STATIC_LIB
|
||||
@$(PERL) $(topsrcdir)/config/build-list.pl $(FINAL_LINK_COMPS) $(LIBRARY_NAME)
|
||||
@$(PERL) $(MOZILLA_DIR)/config/build-list.pl $(FINAL_LINK_COMPS) $(LIBRARY_NAME)
|
||||
endif
|
||||
else
|
||||
$(PERL) $(topsrcdir)/config/build-list.pl $(FINAL_LINK_LIBS) $(LIBRARY_NAME)
|
||||
$(PERL) $(MOZILLA_DIR)/config/build-list.pl $(FINAL_LINK_LIBS) $(LIBRARY_NAME)
|
||||
endif # IS_COMPONENT
|
||||
endif # EXPORT_LIBRARY
|
||||
endif # LIBRARY_NAME
|
||||
|
|
Загрузка…
Ссылка в новой задаче