Skip to content
Snippets Groups Projects
Unverified Commit 6c274953 authored by Seth R. Johnson's avatar Seth R. Johnson Committed by GitHub
Browse files

qt: fixed build with apple-clang (#17706)

parent 4e4b8d82
No related branches found
No related tags found
No related merge requests found
......@@ -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'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment