mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-10 06:27:59 -05:00
Corrected CabExtract build issue
This commit is contained in:
@@ -28,6 +28,13 @@ task unpackCabExtract (type: Copy) {
|
||||
// This is done since configure changes the contents for a platform
|
||||
// NOTE: this can cause the 'build/unpack' to be deleted prior to an unpack
|
||||
outputs.upToDateWhen { false }
|
||||
|
||||
doLast {
|
||||
// Force all unpacked files to have the same timestamp
|
||||
ant.touch() {
|
||||
fileset(dir: file("build/unpack/${cabextract}"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user