beremiz
Clone
Summary
Browse
Changes
Graph
Fixes after moving xmlclass and docutils into plcopeneditor
2011-09-30, laurent
8584ddae9385
file is
Executable
Fixes after moving xmlclass and docutils into plcopeneditor
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]