beremiz
Clone
Summary
Browse
Changes
Graph
Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates.
2008-12-23, etisserant
f2ef79f3dba0
file is
Executable
Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates.
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]