mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-1477 added additional gradle logging
This commit is contained in:
parent
3578de3671
commit
b3eb62ee3f
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ task generateSwig {
|
||||||
outputs.dir(outdir_cpp)
|
outputs.dir(outdir_cpp)
|
||||||
doLast {
|
doLast {
|
||||||
if (System.env.LLVM_HOME) {
|
if (System.env.LLVM_HOME) {
|
||||||
|
println "Debugger-swig-lldb: using LLVM_HOME=" + System.env.LLVM_HOME
|
||||||
new File(ext.outdir_java, "/SWIG").mkdirs()
|
new File(ext.outdir_java, "/SWIG").mkdirs()
|
||||||
def exe = "swig"
|
def exe = "swig"
|
||||||
exec {
|
exec {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue