Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
garanews authored Sep 11, 2022
1 parent 919c786 commit b9383c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,12 @@ def run(self):
os.chdir(base_dir)

exclusions = []

# Needed to build tlsh
module.define_macros.extend([('BUCKETS_128', 1), ('CHECKSUM_1B', 1)])

# Needed to build authenticode parser
module.libraries.append('ssl')
for define in self.define or []:
module.define_macros.append(define)

Expand Down

0 comments on commit b9383c8

Please sign in to comment.