Merge pull request #110863 from kisg/libgodot_migeran_core
LibGodot: Core - Build Godot Engine as a Library
This commit is contained in:
@ -67,7 +67,7 @@ def get_doc_path():
|
||||
def get_flags():
|
||||
return {
|
||||
"arch": detect_arch(),
|
||||
"supported": ["mono"],
|
||||
"supported": ["library", "mono"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user