Added TODO note regarding flavours of Windows.
This commit is contained in:
parent
4b60851527
commit
ab9ddc62ea
|
@ -23,7 +23,9 @@ endif
|
||||||
|
|
||||||
ifndef HOST_OS
|
ifndef HOST_OS
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
$(warning Windows (NT) deteced.)
|
## TODO: detect more specific Windows set-ups,
|
||||||
|
## e.g. CygWin, MingW, VisualC, Watcom, Interix
|
||||||
|
$(warning Windows (NT) detected.)
|
||||||
HOST_OS := Windows
|
HOST_OS := Windows
|
||||||
else
|
else
|
||||||
HOST_OS := $(shell uname)
|
HOST_OS := $(shell uname)
|
||||||
|
|
Loading…
Reference in a new issue