Makefile fixes

This commit is contained in:
2016-11-04 00:31:51 +01:00
committed by Valeriano A.R
parent 6383c53634
commit 3a63b98f0b
3 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
IsMinGW=$(findstring MSYS,$(shell uname -s)) $(findstring MINGW,$(shell uname -s))
ifneq (,$(IsMinGW))
TARGET_ARCH=mingw
TARGET_ARCH:=mingw
else
TARGET_ARCH=linux
TARGET_ARCH:=linux
endif # windir
ifeq ($(TARGET_ARCH),mingw)