Use Python 3.8 on the Windows buildbot.

This commit is contained in:
David Anderson
2020-08-19 00:39:54 -07:00
parent d49b92603a
commit 9acf2b5cda
3 changed files with 12 additions and 2 deletions
+6
View File
@@ -667,6 +667,12 @@ class SMConfig(object):
self.ConfigureForExtension(context, binary.compiler)
return binary
if getattr(builder, 'target', None) is not None:
sys.stderr.write("Your output folder was configured for AMBuild 2.1, and SourceMod is now\n")
sys.stderr.write("configured to use AMBuild 2.2. Please remove your output folder and\n")
sys.stderr.write("reconfigure to continue.\n")
os._exit(1)
SM = SMConfig()
SM.detectProductVersion()
SM.detectSDKs()