diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-28 22:46:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-28 22:46:50 +0100 |
commit | c0c3575f7434712d294ccb0eaa7f49bf845437e0 (patch) | |
tree | d46b73c2ca7d23cb711916518efd2e28286e43b7 | |
parent | baca2ec8d5a457512e25b499c3cacc7a66ca853f (diff) |
Fix gb_Extension_LICENSEFILE_DEFAULT
...post 3c946d688627ba0c31bcb37dfed4e6e180608854 "Put also the LICENSE file in
Resources on macOS"
Change-Id: I0a3435cc973d09e029ce4133d62544e4e432f6b5
-rw-r--r-- | solenv/gbuild/platform/macosx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk index 9bf18c363978..626f399a42c8 100644 --- a/solenv/gbuild/platform/macosx.mk +++ b/solenv/gbuild/platform/macosx.mk @@ -334,7 +334,7 @@ gb_CliAssemblyTarget_get_dll := # Extension class -gb_Extension_LICENSEFILE_DEFAULT := $(INSTROOT)/LICENSE +gb_Extension_LICENSEFILE_DEFAULT := $(INSTROOT)/Resources/LICENSE # UnpackedTarget class |