1
0
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:
Fabio Alessandrelli
2018-02-09 15:03:34 +01:00
parent b33d10ccdf
commit 67b600d957
9 changed files with 601 additions and 0 deletions

5
modules/mbedtls/config.py Executable file
View File

@@ -0,0 +1,5 @@
def can_build(platform):
return True
def configure(env):
pass