mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Corrected typo
This commit is contained in:
parent
f0b5c6f8c7
commit
939e000113
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ generateGrammarSource {
|
||||||
// contributing grammar files have changed. Antlr plugin does not know
|
// contributing grammar files have changed. Antlr plugin does not know
|
||||||
// about the SleighLexar.tokens dependency on changes to BaseLexer.g,
|
// about the SleighLexar.tokens dependency on changes to BaseLexer.g,
|
||||||
// DisplayLexer.g or SemanticLexer.g
|
// DisplayLexer.g or SemanticLexer.g
|
||||||
delete file("$buildDir/${genSrcDir}/ghidra/sleigh/grammar/SleighLexar.tokens")
|
delete file("$buildDir/${genSrcDir}/ghidra/sleigh/grammar/SleighLexer.tokens")
|
||||||
}
|
}
|
||||||
|
|
||||||
doLast {
|
doLast {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue