Add OS=<blank> as default in Makefile
This commit is contained in:
@@ -10,6 +10,8 @@ else ifneq "" "$(VSINSTALLDIR)"
|
||||
OS=visual
|
||||
else ifneq "" "$(findstring cmd.exe,$(COMSPEC))"
|
||||
OS=mingw
|
||||
else
|
||||
OS=""
|
||||
endif
|
||||
|
||||
ifeq "$(OS)" ""
|
||||
|
||||
Reference in New Issue
Block a user