diff --git a/build.py b/build.py index 6b026ee25..fe23c3f96 100644 --- a/build.py +++ b/build.py @@ -3,6 +3,8 @@ import shutil from distutils.dir_util import copy_tree +os.environ["MSBUILDDISABLENODEREUSE"] = "1" + args = sys.argv IsDebug: bool = "--release" not in args