fix comment in Makefile (#2300)

This commit is contained in:
Cytown
2026-04-03 11:49:24 +08:00
committed by GitHub
parent 170ae09606
commit 5b116b093f
+1 -1
View File
@@ -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