Add OS=<blank> as default in Makefile

This commit is contained in:
2023-05-09 23:27:22 -04:00
parent f1c42156d1
commit 3a113bb2ef

View File

@@ -10,6 +10,8 @@ else ifneq "" "$(VSINSTALLDIR)"
OS=visual
else ifneq "" "$(findstring cmd.exe,$(COMSPEC))"
OS=mingw
else
OS=""
endif
ifeq "$(OS)" ""