Kaydet (Commit) 3ff11ea2 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Usage of gb_Library_set_componentfile has apparently changed, so adapt

üst 9fec8749
...@@ -32,9 +32,9 @@ $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.macosx)) ...@@ -32,9 +32,9 @@ $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.macosx))
else ifeq ($(OS),WNT) else ifeq ($(OS),WNT)
$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.windows)) $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.windows))
else ifeq ($(GUIBASE),android) else ifeq ($(GUIBASE),android)
$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.android,vcl/vcl)) $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.android))
else ifeq ($(OS),IOS) else ifeq ($(OS),IOS)
$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.ios,vcl/vcl)) $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.ios))
else else
$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.unx)) $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.unx))
endif endif
......
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