mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
aedi: use clang++ to build tests
This commit is contained in:
parent
6777e8949a
commit
3b245850c3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class TestDepsTarget(BuildTarget):
|
|||
print('Testing ' + test_name)
|
||||
|
||||
args = [
|
||||
'clang',
|
||||
'clang++',
|
||||
'-arch', 'x86_64',
|
||||
'-arch', 'arm64',
|
||||
'-std=c++17',
|
||||
|
|
Loading…
Reference in a new issue