beremiz
Clone
Summary
Browse
Changes
Graph
silence warnings while importing twisted
2011-09-22, Edouard Tisserant
f44651506a88
file is
Executable
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"]