summaryrefslogtreecommitdiff
path: root/vcl/Module_vcl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r--vcl/Module_vcl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 38c730db7cff..362acb3560c4 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -70,13 +70,13 @@ $(eval $(call gb_Module_add_targets,vcl,\
endif
endif
-ifeq ($(GUIBASE),aqua)
+ifeq ($(OS),MACOSX)
$(eval $(call gb_Module_add_targets,vcl,\
Zip_osxres \
))
endif
-ifeq ($(GUIBASE),WIN)
+ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,vcl,\
WinResTarget_vcl \
))