Another minor update from the mingw development
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>
This commit is contained in:
parent
e33c72dfc6
commit
5558128541
@ -50,7 +50,7 @@ install:
|
||||
*DSO_BEOS*) sfx=".so";; \
|
||||
*DSO_DLFCN*) sfx=".so";; \
|
||||
*DSO_DL*) sfx=".sl";; \
|
||||
*DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
|
||||
*DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
|
||||
*) sfx=".bad";; \
|
||||
esac; \
|
||||
cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$${pfx}$(LIBNAME)$$sfx.new; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user