beremiz
Clone
Summary
Browse
Changes
Graph
ToolChain: add IEC library include paths to CFLAGS when building C code from extensions.
py2compat
23 months ago, Edouard Tisserant
90a67418b8cf
ToolChain: add IEC library include paths to CFLAGS when building C code from extensions.
This allows generated C code to include beremiz.h, and other IEC types definitions.
# mqtt/__init__.py
from __future__ import absolute_import
from .client import MQTTClient