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:
@ -57,7 +57,7 @@ def get_flags():
|
||||
"arch": detect_arch(),
|
||||
"use_volk": False,
|
||||
"metal": True,
|
||||
"supported": ["mono"],
|
||||
"supported": ["metal", "mono"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user