Fix: GNUmakefile error erroring without the error message on Win32
Ref !136839
This commit is contained in:
@@ -163,9 +163,10 @@ Information
|
||||
endef
|
||||
# HELP_TEXT (end)
|
||||
|
||||
# This makefile is not meant for Windows
|
||||
# This makefile is not meant for Windows,
|
||||
# Note that a TAB indent prevents the message from showing, no indentation is intended.
|
||||
ifeq ($(OS),Windows_NT)
|
||||
$(error On Windows, use "cmd //c make.bat" instead of "make")
|
||||
$(error On Windows, use "cmd //c make.bat" instead of "make")
|
||||
endif
|
||||
|
||||
# System Vars
|
||||
|
||||
Reference in New Issue
Block a user