diff options
author | David Tardon <dtardon@redhat.com> | 2012-02-29 12:34:33 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-02-29 12:37:38 +0100 |
commit | b5af1c35284560deaa862c2d87847b2088afcae0 (patch) | |
tree | 4b80b2fdc7900d5b335ee0b6d4e32510ca349f6c /vcl/Module_vcl.mk | |
parent | 39d026a11fc67bc45fc974fe8eab04ef9499fa31 (diff) |
can use Zip for this
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index f9b86ed6fdf5..7ec9395894e1 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -75,7 +75,7 @@ endif ifeq ($(GUIBASE),aqua) $(eval $(call gb_Module_add_targets,vcl,\ - Package_osx \ + Zip_osxres \ )) endif |