qt: fixed build with apple-clang (#17706)
This commit is contained in:
parent
4e4b8d8249
commit
6c2749536e
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ class Qt(Package):
|
|||
|
||||
# Mapping for compilers/systems in the QT 'mkspecs'
|
||||
compiler_mapping = {'intel': ('icc',),
|
||||
'apple-clang': ('clang-libc++', 'clang'),
|
||||
'clang': ('clang-libc++', 'clang'),
|
||||
'gcc': ('g++',)}
|
||||
platform_mapping = {'darwin': 'macx'}
|
||||
|
|
Loading…
Reference in a new issue