mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +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 "\tStripSymbols: ${stripSymbols}"
|
||||
println "\tadditional args: ${additionalArgs.split(" ")}"
|
||||
println "\tcustom LLVM toolchain path: ${toolchainPath}"
|
||||
}
|
||||
|
||||
executable dotnetExecutable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue