summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-25 23:03:26 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-25 23:03:26 +0300
commit3ff11ea246d29f8a0c46b3dc3774d0889afa4bb8 (patch)
tree93b1d631c06371b4326461ba8bbe711c3fa2480f /vcl
parent9fec874907d3d11db411e418d250ebe41317bb37 (diff)
Usage of gb_Library_set_componentfile has apparently changed, so adapt
Diffstat (limited to 'vcl')
-rw-r--r--vcl/Library_vcl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 013d6a1eae00..e7385651a634 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -32,9 +32,9 @@ $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.macosx))
else ifeq ($(OS),WNT)
$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.windows))
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)
-$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.ios,vcl/vcl))
+$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.ios))
else
$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.unx))
endif