beremiz
Clone
Summary
Browse
Changes
Graph
Including external tools for editing plugin informations into Beremiz window
2011-11-08, laurent
91b2ae63ea3d
file is
Executable
Including external tools for editing plugin informations into Beremiz window
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]