diff --git a/aedi/target/special.py b/aedi/target/special.py index b784f7f7..d6728cf9 100644 --- a/aedi/target/special.py +++ b/aedi/target/special.py @@ -97,7 +97,7 @@ class TestDepsTarget(BuildTarget): print('Testing ' + test_name) args = [ - 'clang', + 'clang++', '-arch', 'x86_64', '-arch', 'arm64', '-std=c++17',