alliedmodders / ambuild

AlliedModders C++ Build System
BSD 3-Clause "New" or "Revised" License
61 stars 32 forks source link

Fix apple-clang vendor prefix in 2.1 API. #49

Closed TheDS closed 7 years ago

TheDS commented 7 years ago

When using the 2.1 API, the cxx.version for Apple's clang ends up becoming apple-clang-clang-\<major>.\<minor>. So clang is repeated in the name twice. This was not the case with the 2.0 API.