You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
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:
@@ -247,7 +247,7 @@ def get_flags():
|
||||
|
||||
return {
|
||||
"arch": arch,
|
||||
"supported": ["mono"],
|
||||
"supported": ["d3d12", "mono", "xaudio2"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user