Skip to content

Commit

Permalink
[build] fix building for Winsock2 spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaMisty committed Apr 13, 2022
1 parent 3a51778 commit 20b7d3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefiles/AltSign-build/rewrite_altsign_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@
content = content.replace(b'"%FT%T%z"', b'"%Y-%m-%dT%H:%M:%SZ"')
content = content.replace(b'localtime(', b'gmtime(')

content = content.replace(b'winsock2.h', b'WinSock2.h')

sys.stdout.buffer.write(content)

0 comments on commit 20b7d3a

Please sign in to comment.