beremiz
Clone
Summary
Browse
Changes
Graph
Fix typo in toolchain_gcc.py : LDLAGS -> LDFLAGS
wxPython4
2023-03-03, Edouard Tisserant
99263915a91d
Fix typo in toolchain_gcc.py : LDLAGS -> LDFLAGS
<xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
<xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>