beremiz
Clone
Summary
Browse
Changes
Graph
fixed redondant ldflag and a typo in xenomai build
2011-11-16, Edouard Tisserant
5b925a1d8fed
file is
Executable
fixed redondant ldflag and a typo in xenomai build
from .. import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]