[Scons-users] Remove item from CPPDEFINES

Julien Pommier pommier at pianoteq.com
Fri Mar 24 09:12:14 EDT 2023


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 ?


More information about the Scons-users mailing list