beremiz
Clone
Summary
Browse
Changes
Graph
Added python_poll FB, to poll python variable without waiting ack
2009-01-17, etisserant
7f7912ae5ee8
file is
Executable
Added python_poll FB, to poll python variable without waiting ack
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]