beremiz

0bc32427a459
file isExecutable
fix bug in beremiz_service with the MainLoop
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]