mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-12-11 20:56:41 +00:00
a4a75227df
The define was left enabled during development on netlink (and genl) python swig api. It is a bit annoying in production release so disable the define. Signed-off-by: Arend van Spriel <aspriel@gmail.com> |
||
---|---|---|
.. | ||
doc | ||
examples | ||
netlink | ||
tests | ||
.gitignore | ||
Makefile.am | ||
README | ||
setup.py.in |
*************************************************************************** NOTE: The python wrapper is experimental and may or may not work. *************************************************************************** For the brave: (requires an installed libnl) - $ python ./setup.py build - $ sudo python ./setup.py install