beremiz
Clone
Summary
Browse
Changes
Graph
Add try/except in wx_evaluator to get and print exception when command failed and unlock in all cases to not block the python thread
2009-05-18, greg
fe2d1936b546
file is
Executable
Add try/except in wx_evaluator to get and print exception when command failed and unlock in all cases to not block the python thread
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]