aedi: use clang++ to build tests

This commit is contained in:
alexey.lysiuk 2022-09-11 15:48:48 +03:00
parent 6777e8949a
commit 3b245850c3

View file

@ -97,7 +97,7 @@ class TestDepsTarget(BuildTarget):
print('Testing ' + test_name)
args = [
'clang',
'clang++',
'-arch', 'x86_64',
'-arch', 'arm64',
'-std=c++17',