From 5b116b093fd17a4671d306bba1c08d3c6897157f Mon Sep 17 00:00:00 2001 From: Cytown Date: Fri, 3 Apr 2026 11:49:24 +0800 Subject: [PATCH] fix comment in Makefile (#2300) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 850f479d6..d29310dfd 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ else ifeq ($(IS_WINDOWS),yes) EXT=.exe LSCMD=cp - else ifeq ($(UNAME_S),windows) // failsafe for force windows build in other OS + else ifeq ($(UNAME_S),windows) # failsafe for force windows build in other OS using UNAME_S=windows EXT=.exe endif