diff --git a/Sconstruct b/Sconstruct index 4f58b6f..c43106e 100644 --- a/Sconstruct +++ b/Sconstruct @@ -34,7 +34,7 @@ if platform.name == "win32": for flavour in "debug", "release": for mode in "cons", "win": - env = base_env.Copy() + env = base_env.Clone() # The bootloader is built as a static executable. We want it # to be self-contained. Extra care was put in writing it so