From cff625f841175d6ce60a0c7536d86fd087232018 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Mon, 27 Jun 2016 15:15:11 +0100 Subject: [PATCH] Fixes break in mingw build Postbuild step failed when building with mingw --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 128362774..7f334ee27 100644 --- a/Makefile +++ b/Makefile @@ -62,10 +62,11 @@ NULL_ENTROPY_WARNING=\n$(WARNING_BORDER)$(NULL_ENTROPY_WARN_L1)$(NULL_ENTROPY_WA # Post build steps post_build: +ifndef WINDOWS # If NULL Entropy is configured, display an appropriate warning -scripts/config.pl get MBEDTLS_TEST_NULL_ENTROPY && ([ $$? -eq 0 ]) && \ echo '$(NULL_ENTROPY_WARNING)' - +endif clean: $(MAKE) -C library clean