Make DLEXT var configurable in library/Makefile

This commit is contained in:
Andres Amaya Garcia 2018-03-25 23:47:15 +01:00
parent fc458d0b9b
commit 873f15d70d

View file

@ -35,9 +35,8 @@ SOEXT_TLS=so.10
SOEXT_X509=so.0
SOEXT_CRYPTO=so.1
DLEXT=so
# OSX shared library extension:
# DLEXT=dylib
# Set DLEXT=dylib to compile as a shared library for Mac OS X
DLEXT ?= so
# Windows shared library extension:
ifdef WINDOWS_BUILD