Add toolchain path to output

This commit is contained in:
TSR Berry 2023-07-21 18:20:20 +02:00 committed by Emmanuel Hansen
parent 361a0eecf1
commit c15782d1c6

View File

@ -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