diff options
| author | Fabio Alessandrelli | 2018-02-09 15:03:34 +0100 |
|---|---|---|
| committer | Fabio Alessandrelli | 2018-02-14 01:26:23 +0100 |
| commit | 67b600d957b27c9e084bcb0cc77e80f17a7db621 (patch) | |
| tree | af38a81806f980c072f8860f39c8d4b9d8fbe6ca /modules/mbedtls/config.py | |
| parent | b33d10ccdfff52611ff508bbec64d65e0d88da70 (diff) | |
| download | godot-67b600d957b27c9e084bcb0cc77e80f17a7db621.tar.gz godot-67b600d957b27c9e084bcb0cc77e80f17a7db621.tar.zst godot-67b600d957b27c9e084bcb0cc77e80f17a7db621.zip | |
Diffstat (limited to 'modules/mbedtls/config.py')
| -rwxr-xr-x | modules/mbedtls/config.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/mbedtls/config.py b/modules/mbedtls/config.py new file mode 100755 index 000000000..5f133eba9 --- /dev/null +++ b/modules/mbedtls/config.py @@ -0,0 +1,5 @@ +def can_build(platform): + return True + +def configure(env): + pass |
