You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Add mbedtls module
This commit is contained in:
5
modules/mbedtls/config.py
Executable file
5
modules/mbedtls/config.py
Executable file
@@ -0,0 +1,5 @@
|
||||
def can_build(platform):
|
||||
return True
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
Reference in New Issue
Block a user