Make DLEXT var configurable in library/Makefile

This commit is contained in:
Andres Amaya Garcia 2018-03-25 23:47:15 +01:00
parent 1c986a9859
commit 23e520143d

View File

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