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