mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-27 14:40:28 +00:00
GP-1477 added additional gradle logging
This commit is contained in:
parent
3578de3671
commit
b3eb62ee3f
@ -35,6 +35,7 @@ task generateSwig {
|
||||
outputs.dir(outdir_cpp)
|
||||
doLast {
|
||||
if (System.env.LLVM_HOME) {
|
||||
println "Debugger-swig-lldb: using LLVM_HOME=" + System.env.LLVM_HOME
|
||||
new File(ext.outdir_java, "/SWIG").mkdirs()
|
||||
def exe = "swig"
|
||||
exec {
|
||||
|
Loading…
Reference in New Issue
Block a user