vectorgrp / sil-kit

Vector SIL Kit – Open-Source Library for Connecting Software-in-the-Loop Environments
https://vectorgrp.github.io/sil-kit-docs
MIT License
107 stars 32 forks source link

-- extensions: don't rely on __GNUC__ in clang builds #59

Closed MariusBgm closed 5 months ago

MariusBgm commented 5 months ago

Subject

The clang builds relied on GNUC to be set for extension loading. Rather use clangmajor instead. We need to rework the extension loading constraints in the future anyway

Developer checklist (address before review)