]> sigrok.org Git - libsigrok.git/commit - Makefile.am
build: Set CXXFLAGS when building Python module
authorDaniel Elstner <redacted>
Mon, 2 Nov 2015 13:30:24 +0000 (14:30 +0100)
committerDaniel Elstner <redacted>
Mon, 2 Nov 2015 13:30:24 +0000 (14:30 +0100)
commit5dd538ded0d5873541af7cdf2e54c3e6d8297b49
tree5400d2e2527df520e5a021297d27a04fc9888c17
parent3d8691326666a32925aa555f3088185ccd5d846b
build: Set CXXFLAGS when building Python module

Set both CFLAGS and CXXFLAGS when executing setup.py to build
the Python bindings. Newer versions of distutils/setuptools have
apparently started to pick up the latter when compiling C++.
Makefile.am