commit | cff625f841175d6ce60a0c7536d86fd087232018 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Mon Jun 27 15:15:11 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Mon Jun 27 15:15:11 2016 +0100 |
tree | 6eeeb1dd9bc9a26be1e78d650a2f0adf437cc636 | |
parent | eebf1b93809afc06b702be2f98212b2157ba983e [diff] [blame] |
Fixes break in mingw build Postbuild step failed when building with mingw
diff --git a/Makefile b/Makefile index 1283627..7f334ee 100644 --- a/Makefile +++ b/Makefile
@@ -62,10 +62,11 @@ # 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