Change LIBSUFFIX from .lib to .a on windows.

This commit is contained in:
Zhang Xianyi 2013-06-04 16:05:28 +08:00
parent 9f59f384d8
commit f2fb8c7035
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ EXTRALIB += -defaultlib:advapi32
SUFFIX = obj SUFFIX = obj
PSUFFIX = pobj PSUFFIX = pobj
LIBSUFFIX = lib LIBSUFFIX = a
ifeq ($(C_COMPILER), GCC) ifeq ($(C_COMPILER), GCC)
#Test for supporting MS_ABI #Test for supporting MS_ABI
GCCVERSIONGTEQ4 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 4) GCCVERSIONGTEQ4 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 4)