forked from MeloNX/MeloNX
Fix gradle build issues when multiple configurations are present
This commit is contained in:
parent
6a8fce261e
commit
3f8d269719
@ -32,4 +32,4 @@ org.ryujinx.config=debug
|
|||||||
# Default: auto
|
# Default: auto
|
||||||
org.ryujinx.symbols.strip=auto
|
org.ryujinx.symbols.strip=auto
|
||||||
# Output path of libryujinx.so
|
# Output path of libryujinx.so
|
||||||
org.ryujinx.publish.path=app/src/main/jniLibs/arm64-v8a
|
org.ryujinx.publish.path=app/src/main/jniLibs/arm64-v8a
|
||||||
|
@ -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