beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for enable/Disable plugins
2009-05-04, greg
e19c78831d41
file is
Executable
Adding support for enable/Disable plugins
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]