Put also the LICENSE file in Resources on macOS
Change-Id: Ia4888050099e74b93af67c58e988b4ae9e2516a1
This commit is contained in:
parent
ca7f30506c
commit
3c946d6886
1 changed files with 4 additions and 0 deletions
|
@ -12,7 +12,11 @@ $(eval $(call gb_Package_Package,readlicense_oo_files,$(SRCDIR)/readlicense_oo/l
|
|||
# LICENSE (upper case) is copied without EOL conversion
|
||||
# license.txt is converted, prior to copy, see Package_license.mk
|
||||
ifneq ($(OS),WNT)
|
||||
ifneq ($(OS),MACOSX)
|
||||
$(eval $(call gb_Package_add_file,readlicense_oo_files,LICENSE,LICENSE))
|
||||
else
|
||||
$(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/LICENSE,LICENSE))
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(OS),MACOSX)
|
||||
|
|
Loading…
Reference in a new issue