Merge branch 'master' into noglib2

This commit is contained in:
Nguyen Anh Quynh
2016-12-27 16:48:23 +08:00
6 changed files with 48 additions and 5 deletions

View File

@ -43,7 +43,7 @@ AR_EXT = a
else ifneq ($(filter MINGW%,$(UNAME_S)),)
CFLAGS := $(CFLAGS:-fPIC=)
BIN_EXT = .exe
AR_EXT = lib
AR_EXT = a
endif
ifeq ($(UNICORN_STATIC),yes)