1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00
Files
godot/modules/mbedtls/config.py
Fabio Alessandrelli 67b600d957 Add mbedtls module
2018-02-14 01:26:23 +01:00

6 lines
71 B
Python
Executable File

def can_build(platform):
return True
def configure(env):
pass