Skip to content

Commit

Permalink
I am extra stupid fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
K4sum1 committed Jul 16, 2024
1 parent 467b93e commit f3bb8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
##
###############################################################################

set CL=/D_WIN32_WINNT=0x0600 /DWINVER=0x0600 %CL%

import fnmatch
import glob
import json
Expand All @@ -25,6 +23,8 @@
from sys import stderr
from sys import stdout

os.environ["CL"] = "/D_WIN32_WINNT=0x0600 /DWINVER=0x0600 " + os.environ.get("CL", "")

class AbortError( Exception ):
def __init__( self, format, *args ):
self.value = format % args
Expand Down

0 comments on commit f3bb8ef

Please sign in to comment.