beremiz
Clone
Summary
Browse
Changes
Graph
Safer passing of PLC ID to make command line.
2010-06-03, Lolitech
093a20ea5ffc
file is
Executable
Safer passing of PLC ID to make command line.
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]