Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
jlepere-everlaw committed Jul 31, 2024
1 parent 3661613 commit b50507b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def run(self):

else:
# TODO: 'command = "sh configure --disable-nls --disable-shared-libs"'?
command = "sh configure --disable-shared-libs --with-zlib=no"
command = "sh configure --disable-nls --disable-shared-libs --with-zlib=no"
output = self._RunCommand(command)

print_line = False
Expand Down

0 comments on commit b50507b

Please sign in to comment.