mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 11:26:24 +02:00
Add toolchain path to output
This commit is contained in:
parent
361a0eecf1
commit
c15782d1c6
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ tasks.register('compileLibRyujinx', Exec) {
|
||||||
println "\tusing: ${dotnetExecutable}"
|
println "\tusing: ${dotnetExecutable}"
|
||||||
println "\tStripSymbols: ${stripSymbols}"
|
println "\tStripSymbols: ${stripSymbols}"
|
||||||
println "\tadditional args: ${additionalArgs.split(" ")}"
|
println "\tadditional args: ${additionalArgs.split(" ")}"
|
||||||
|
println "\tcustom LLVM toolchain path: ${toolchainPath}"
|
||||||
}
|
}
|
||||||
|
|
||||||
executable dotnetExecutable
|
executable dotnetExecutable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue