]> sigrok.org Git - libsigrok.git/commit
Build: fix #865 yet again
authorMarcus Comstedt <redacted>
Wed, 1 Feb 2017 17:50:26 +0000 (18:50 +0100)
committerUwe Hermann <redacted>
Thu, 2 Feb 2017 10:04:44 +0000 (11:04 +0100)
commitb020b81b24bf6987cccffc3ea84049e66b9ccdb3
tree165d43847667dcab74e46cbe95ab3f1e449d7f11
parent1d82f9ade3f1a38991b9be629ed1c1ef7eebac43
Build: fix #865 yet again

It appears that the symmetry changes of setting CC and CFLAGS correctly
for C code compilation in commit 104f02f broke things for people using
some other version of setuptools which uses those vars instead of
CXX and CXXFLAGS when compiling C++ code. In order to make this work
everywhere, set _both_ sets of variables as required for C++ compilation.
No C code is compiled by the python binding module anyway.
Makefile.am