blob: bff0296fe1d6b47719ad65db02ab4e8406f582bf [file] [log] [blame]
# System platform
# determine if windows
WIN32 := 0
UNAME := $(shell uname -s)
ifneq (,$(findstring MINGW32_NT,$(UNAME)))
WIN32 = 1
endif