mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
2b34e8c9f7
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ if ("win_x86_64".equals(getCurrentPlatformName())) {
|
|||
|
||||
doFirst {
|
||||
file(tlb).parentFile.mkdirs()
|
||||
def midlCmd = "midl /tlb ${tlb} ${idl}"
|
||||
def midlCmd = "midl /tlb \"${tlb}\" \"${idl}\""
|
||||
println "Executing: " + midlCmd
|
||||
|
||||
tmpBatch.withWriter { out ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue