Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
mbedtls
Commits
cff625f8
Commit
cff625f8
authored
Jun 27, 2016
by
Simon Butcher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes break in mingw build
Postbuild step failed when building with mingw
parent
eebf1b93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Makefile
Makefile
+2
-1
No files found.
Makefile
View file @
cff625f8
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment