fix comment in Makefile (#2300)
This commit is contained in:
parent
170ae09606
commit
5b116b093f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue