Merge pull request #110863 from kisg/libgodot_migeran_core

LibGodot: Core - Build Godot Engine as a Library
This commit is contained in:
Thaddeus Crews 2025-10-08 13:56:34 -05:00
commit 7c033002b0
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
23 changed files with 752 additions and 16 deletions

View file

@ -67,7 +67,7 @@ def get_doc_path():
def get_flags():
return {
"arch": detect_arch(),
"supported": ["mono"],
"supported": ["library", "mono"],
}