Kaydet (Commit) 9305b30c authored tarafından Matúš Kukan's avatar Matúš Kukan

fix typo

Change-Id: Ib2efc547f0f1daf337cd15d78d76154b9863917f
üst 74d942fb
...@@ -430,7 +430,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,URE, \ ...@@ -430,7 +430,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,URE, \
unsafe_uno \ unsafe_uno \
$(if $(URELIBS),urelibs) \ $(if $(URELIBS),urelibs) \
xmlreader \ xmlreader \
$(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(COMNAME)),msci,mscx),gcc3)_uno \ $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
)) ))
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
......
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