diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-04-28 18:11:56 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-28 18:23:10 +0000 |
commit | 14a96e28c9dac64cfa0d1cf1c6fc3fece8ed6b0c (patch) | |
tree | c51bd23ecec00461fdcf50e38f57ac368faf5380 /vcl/Module_vcl.mk | |
parent | 9c4f99287c1ffc7119f6bf171926db6233e9de9c (diff) |
fdo#63197: convert osxres
Change-Id: I969217263fdda3e61b38dc16f0a9251b745de885
Reviewed-on: https://gerrit.libreoffice.org/3652
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
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 976b76985d2e..fd2be4c5ed54 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -71,7 +71,7 @@ endif ifeq ($(OS),MACOSX) $(eval $(call gb_Module_add_targets,vcl,\ - Zip_osxres \ + Package_osxres \ )) endif |