summaryrefslogtreecommitdiffstats
path: root/platform/ios/export/export_plugin.cpp
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2024-04-15 11:31:21 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2024-04-15 16:05:54 +0200
commit060097bbf84ebb155221395d9ae7a96b76a24899 (patch)
tree676ec8ddefa22a58d72e18359b4e700f61667dbd /platform/ios/export/export_plugin.cpp
parentc951421c996467dcb7106a33774410a7b5258690 (diff)
downloadredot-engine-060097bbf84ebb155221395d9ae7a96b76a24899.tar.gz
mbedTLS: Fix build without the module on MinGW
The `include/mbedtls/check_config.h` header file has a generic check which requires `MBEDTLS_PLATFORM_C` to be defined on Windows when building with MinGW and ancient MSVC versions. The few mbedTLS files we include in builds without the module don't really require anything from the mbedTLS platform file beside the `mbedtls_platform_zeroize` function which we already override with a custom one by defining `MBEDTLS_PLATFORM_ZEROIZE_ALT`. So we simply add the same check and force the define in such case.
Diffstat (limited to 'platform/ios/export/export_plugin.cpp')
0 files changed, 0 insertions, 0 deletions