beremiz

d73d30b1095f
file isExecutable
Enahced python_cwiid test with a wxGlade GUI
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]