fix comment in Makefile

This commit is contained in:
Cytown 2026-04-03 11:43:38 +08:00
parent 170ae09606
commit 9d19ec94c5

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