beremiz
Clone
Summary
Browse
Changes
Graph
Fixed remaining thread on close frame
2009-12-06, Edouard TISSERANT
11263fd24566
file is
Executable
Fixed remaining thread on close frame
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]