ExtraScript : why is there a difference between Windows and linux

Hello,

I’ve defined an extra script to add linkflags & source filter :

click.secho("Hello Linux !")
env.Append(LINKFLAGS=["-m32"])
env.Append(SRC_FILTER=["+<../../../test/_resources/*>"])

These 2 lines works on windows but there are ignored on linux (docker debian).
I’m sure these appends are processed because “Hello Linux !” appears correctly.

Any ideas ?

Please post a log for a verbose build (pio run -v).