SCons: Better validation for platform-specific opt-in drivers
This replaces cryptic compilation errors with a clear error message and early build termination.
This commit is contained in:
parent
5ca419e32c
commit
6e9bcc0f18
6 changed files with 20 additions and 8 deletions
|
|
@ -52,7 +52,7 @@ def get_flags():
|
|||
"target": "template_debug",
|
||||
"use_volk": False,
|
||||
"metal": True,
|
||||
"supported": ["mono"],
|
||||
"supported": ["metal", "mono"],
|
||||
"builtin_pcre2_with_jit": False,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue