mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 16:55:43 +01:00
Add test build of shared libs for windows
This commit is contained in:
parent
111ce9f735
commit
e33316c607
@ -20,6 +20,9 @@ Bugfix
|
|||||||
(found by robotanarchy) (#232).
|
(found by robotanarchy) (#232).
|
||||||
* Fix bug in Makefile that prevented from installing without building the
|
* Fix bug in Makefile that prevented from installing without building the
|
||||||
tests (found by robotanarchy) (#232).
|
tests (found by robotanarchy) (#232).
|
||||||
|
* Fix missing -static-libgcc when building shared libraries for Windows
|
||||||
|
with make.
|
||||||
|
* Fix link error when building shared libraries for Windows with make.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* The PEM parser now accepts a trailing space at end of lines (#226).
|
* The PEM parser now accepts a trailing space at end of lines (#226).
|
||||||
|
@ -241,6 +241,8 @@ msg "build: cross-mingw64, make" # ~ 30s
|
|||||||
cleanup
|
cleanup
|
||||||
CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar LD=i686-w64-minggw32-ld CFLAGS=-Werror WINDOWS_BUILD=1 make
|
CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar LD=i686-w64-minggw32-ld CFLAGS=-Werror WINDOWS_BUILD=1 make
|
||||||
WINDOWS_BUILD=1 make clean
|
WINDOWS_BUILD=1 make clean
|
||||||
|
CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar LD=i686-w64-minggw32-ld CFLAGS=-Werror WINDOWS_BUILD=1 SHARED=1 make
|
||||||
|
WINDOWS_BUILD=1 make clean
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# MemSan currently only available on Linux 64 bits
|
# MemSan currently only available on Linux 64 bits
|
||||||
|
Loading…
Reference in New Issue
Block a user