From: Fred Morcos Date: Wed, 5 Apr 2023 16:06:27 +0000 (+0200) Subject: Tell the libdecaf cmake build to use clang-12 X-Git-Tag: auth-4.8.0-beta1~7^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9466b8e64ef346dace97f823ce22ae8d29907f1b;p=thirdparty%2Fpdns.git Tell the libdecaf cmake build to use clang-12 --- diff --git a/tasks.py b/tasks.py index d6b0c670fb..4608c6dd3c 100644 --- a/tasks.py +++ b/tasks.py @@ -166,7 +166,8 @@ def install_libdecaf(c, product): c.run('git clone https://git.code.sf.net/p/ed448goldilocks/code /tmp/libdecaf') with c.cd('/tmp/libdecaf'): c.run('git checkout 41f349') - c.run('cmake -B build ' + c.run('CC=clang-12 CXX=clang-12 ' + 'cmake -B build ' '-DCMAKE_INSTALL_PREFIX=/usr/local ' '-DCMAKE_INSTALL_LIBDIR=lib ' '-DENABLE_STATIC=OFF '