Fix: GNUmakefile error erroring without the error message on Win32

Ref !136839
This commit is contained in:
наб
2025-04-01 16:52:14 +02:00
committed by Campbell Barton
parent 9725fa0c84
commit 4710639619

View File

@@ -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