mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
parent
2006408545
commit
9983993e27
2 changed files with 3 additions and 1 deletions
|
|
@ -15,6 +15,8 @@ Bugfix
|
|||
* Fix compile error with armcc 5 with --gnu option.
|
||||
* Fix bug in Makefile that caused programs not to be installed correctly
|
||||
(found by robotanarchy) (#232).
|
||||
* Fix bug in Makefile that prevented from installing without building the
|
||||
tests (found by robotanarchy) (#232).
|
||||
|
||||
Changes
|
||||
* The PEM parser now accepts a trailing space at end of lines (#226).
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -20,7 +20,7 @@ tests: lib
|
|||
$(MAKE) -C tests
|
||||
|
||||
ifndef WINDOWS
|
||||
install: all
|
||||
install: no_test
|
||||
mkdir -p $(DESTDIR)/include/mbedtls
|
||||
cp -r include/mbedtls $(DESTDIR)/include
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue