beremiz

silence warnings while importing twisted

2011-09-22, Edouard Tisserant
f44651506a88
file isExecutable
silence warnings while importing twisted
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]