beremiz

file isExecutable
Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]