mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 16:41:42 +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)
|
print('Testing ' + test_name)
|
||||||
|
|
||||||
args = [
|
args = [
|
||||||
'clang',
|
'clang++',
|
||||||
'-arch', 'x86_64',
|
'-arch', 'x86_64',
|
||||||
'-arch', 'arm64',
|
'-arch', 'arm64',
|
||||||
'-std=c++17',
|
'-std=c++17',
|
||||||
|
|
Loading…
Reference in a new issue