beremiz
Clone
Summary
Browse
Changes
Graph
fix bug in beremiz_service with the MainLoop
2008-10-24, greg
0bc32427a459
file is
Executable
fix bug in beremiz_service with the MainLoop
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]