We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d3425 commit 73cb02fCopy full SHA for 73cb02f
Makefile.include
@@ -25,7 +25,6 @@ ifndef HOST_OS
25
ifeq ($(OS),Windows_NT)
26
## TODO: detect more specific Windows set-ups,
27
## e.g. CygWin, MingW, VisualC, Watcom, Interix
28
- $(warning Windows (NT) detected.)
29
HOST_OS := Windows
30
else
31
HOST_OS := $(shell uname)
0 commit comments