Kaydet (Commit) 90e2ad99 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing dependencies

cf. the various ext.ooo.*.lib in the tarball's build.xml

Change-Id: If58534c78b04768ab2d0524079d70bdd8ad16c00
üst 89fbed7e
......@@ -13,7 +13,11 @@ $(eval $(call gb_ExternalProject_register_targets,languagetool,\
build \
))
$(call gb_ExternalProject_get_state_target,languagetool,build) : $(call gb_Jar_get_outdir_target,juh)
$(call gb_ExternalProject_get_state_target,languagetool,build) : \
$(call gb_Jar_get_outdir_target,juh) \
$(call gb_Jar_get_outdir_target,jurt) \
$(call gb_Jar_get_outdir_target,ridl) \
$(call gb_Jar_get_outdir_target,unoil)
cd "$(call gb_UnpackedTarball_get_dir,languagetool)" && \
$(ICECREAM_RUN) "$(ANT)" \
-q \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment