fix case
This commit is contained in:
parent
27eb7b93dc
commit
5eb87c7b6a
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ UNAME=$(shell uname)
|
|||
|
||||
.IF "$(COM)"=="GCC"
|
||||
PATCH_FILES=opensslmingw.patch
|
||||
CONFIGURE_ACTION=$(PERL) configure
|
||||
CONFIGURE_ACTION=$(PERL) Configure
|
||||
CONFIGURE_FLAGS=mingw shared
|
||||
INSTALL_ACTION=mv libcrypto.a libcrypto_static.a && mv libcrypto.dll.a libcrypto.a && mv libssl.a libssl_static.a && mv libssl.dll.a libssl.a
|
||||
OUT2LIB = libcrypto_static.*
|
||||
|
|
Loading…
Reference in a new issue