Hi, I used to remove an entry from my CPPDEFINES with the pop() method: env["CPPDEFINES"].pop(“MYDEFINE”, None) But this is not working anymore with scons 4.5.2. Is there a recommended way to do that ?