Skip to content

Commit

Permalink
cmake scripts: handle aix-g++
Browse files Browse the repository at this point in the history
Change-Id: I62b9e9fa9aae3350dc8c668a98453c2373c1a709
Reviewed-by: Leander Beernaert <[email protected]>
Reviewed-by: Simon Hausmann <[email protected]>
  • Loading branch information
gladhorn committed Oct 23, 2019
1 parent d784864 commit ccdbd32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/cmake/pro2cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,7 @@ def windows_sdk_version_handler(match_obj: Match):

# checking mkspec, predating gcc scope in qmake, will then be replaced by platform_mapping in helper.py
condition = condition.replace("*-g++*", "GCC")
condition = condition.replace("aix-g++*", "AIX")
condition = condition.replace("*-icc*", "ICC")
condition = condition.replace("*-clang*", "CLANG")
condition = condition.replace("*-llvm", "CLANG")
Expand Down

0 comments on commit ccdbd32

Please sign in to comment.