darwin: try to use better defaults

This commit is contained in:
Massimiliano Culpo 2025-02-14 12:56:41 +01:00
parent cc8447968e
commit bab2053d54
No known key found for this signature in database
GPG Key ID: 3E52BB992233066C
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
concretizer:
static_analysis: true

View File

@ -49,3 +49,9 @@ packages:
# although the version number used here isn't critical
- spec: apple-libuuid@1353.100.2
prefix: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
c:
require: apple-clang
cxx:
require: apple-clang
fortran:
require: gcc