1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-05 19:35:48 +03:00

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_X509=so.0
SOEXT_CRYPTO=so.1 SOEXT_CRYPTO=so.1
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