beremiz
Clone
Summary
Browse
Changes
Graph
Fixed non-wx runtime python evaluation stuff.
2009-03-06, etisserant
bdd82ac65f5d
file is
Executable
Fixed non-wx runtime python evaluation stuff.
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]