openenclave / openenclave

SDK for developing enclaves
https://openenclave.io/sdk/
MIT License
1.02k stars 351 forks source link

Fix clang-11 detection in config.mk for samples #4953

Closed dcarpente closed 2 months ago

dcarpente commented 2 months ago

There was an issue where running "samples -R ctest" would not pick up clang-11 installation. It would use gc++ instead, which would cause a compilation error for attested_tls sample with openssl_symcrypt_fips option.