On Sun, Feb 21, 2016 at 11:27 AM, Guillem Jover <[email protected]> wrote:
In this case just setting CC=clang before anything that involves a > call to a script in dpkg-dev, should make it work. Thus reassigning. > Here are the relevant bits from the test script: CC=clang meson build ninja -C build test The first line has CC properly set. I did some testing and it seems that the latter line does not call into the function where dpkg-architecture is invoked. This implicates that it should work.

