DLL extension for Cygwin must be .dll for things to work OK

This commit is contained in:
Christophe de Dinechin 2017-12-14 21:59:25 +01:00
parent 16943ff6a2
commit faac4b1e05
1 changed files with 7 additions and 0 deletions

View File

@ -23,3 +23,10 @@ DEFINES_cygwin=CONFIG_CYGWIN UNICODE _WIN32 WIN32
OS_NAME_cygwin=windows
include $(BUILD)config.gnu.mk
EXE_EXT= .exe
LIB_EXT= .lib
DLL_EXT= .dll
OBJ_EXT= .obj
MAKE_DLL= $(LD) -shared $(LINK_CMDLINE) $(LDFLAGS) $(LDFLAGS_$*) -o $@