forked from MeloNX/MeloNX
Fix gradle build issues when multiple configurations are present
This commit is contained in:
parent
6a8fce261e
commit
3f8d269719
@ -50,7 +50,7 @@ else {
|
|||||||
// Trees
|
// Trees
|
||||||
|
|
||||||
ext.outputTree = fileTree("${buildDir}/publish") {
|
ext.outputTree = fileTree("${buildDir}/publish") {
|
||||||
include '**/*'
|
include "*/${configuration.toLowerCase()}_*/*"
|
||||||
builtBy 'compileLibRyujinx'
|
builtBy 'compileLibRyujinx'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user