1
0
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:
Rémi Verschelde
2024-08-21 08:58:18 +02:00
parent 5ca419e32c
commit 6e9bcc0f18
6 changed files with 20 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ def get_flags():
"arch": detect_arch(),
"use_volk": False,
"metal": True,
"supported": ["mono"],
"supported": ["metal", "mono"],
}