fix: Only set package_id:confs for sanitized builds (#2261)

This commit is contained in:
Ayaz Salikhov
2025-06-30 13:15:28 +01:00
committed by GitHub
parent 9bee023105
commit 24e1aa9ae5
5 changed files with 14 additions and 13 deletions

View File

@@ -8,4 +8,4 @@ compiler.version=16
os=Linux
[conf]
tools.build:compiler_executables={'c': '/usr/bin/clang-16', 'cpp': '/usr/bin/clang++-16'}
tools.build:compiler_executables={"c": "/usr/bin/clang-16", "cpp": "/usr/bin/clang++-16"}