Cygwin is strange, and actually requires .a extension for libraries

This commit is contained in:
Christophe de Dinechin 2017-12-14 23:12:41 +01:00
parent faac4b1e05
commit f4715b4916
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ OS_NAME_cygwin=windows
include $(BUILD)config.gnu.mk
EXE_EXT= .exe
LIB_EXT= .lib
LIB_EXT= .a
DLL_EXT= .dll
OBJ_EXT= .obj