Native: add MinGW-w64 headers license
It covers mingw_* platform libraries that are generated from these headers.
This commit is contained in:
committed by
Space Team
parent
075cca7135
commit
59663f4752
@@ -591,6 +591,9 @@ void configurePackingLicensesToBundle(AbstractArchiveTask task, boolean contains
|
||||
if (!containsPlatformLibraries || !isMac()) {
|
||||
exclude '**/xcode_license.pdf'
|
||||
}
|
||||
if (!containsPlatformLibraries) {
|
||||
exclude '**/mingw-w64-headers_LICENSE.txt'
|
||||
}
|
||||
into "${task.archiveBaseName.get()}-${task.archiveVersion.get()}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user