Skip to content

Commit f3bb8ef

Browse files
committed
I am extra stupid fuck
1 parent 467b93e commit f3bb8ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/configure.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
##
77
###############################################################################
88

9-
set CL=/D_WIN32_WINNT=0x0600 /DWINVER=0x0600 %CL%
10-
119
import fnmatch
1210
import glob
1311
import json
@@ -25,6 +23,8 @@
2523
from sys import stderr
2624
from sys import stdout
2725

26+
os.environ["CL"] = "/D_WIN32_WINNT=0x0600 /DWINVER=0x0600 " + os.environ.get("CL", "")
27+
2828
class AbortError( Exception ):
2929
def __init__( self, format, *args ):
3030
self.value = format % args

0 commit comments

Comments
 (0)