You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
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