forked from len0rd/rockbox
fix wrong variable casing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17481 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
91e0b52038
commit
9bd945de7b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ ROOT=../..
|
|||
|
||||
ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN)
|
||||
CFLAGS+=-mno-cygwin
|
||||
ext = .exe
|
||||
EXT = .exe
|
||||
else
|
||||
ifeq ($(findstring MINGW,$(shell uname)),MINGW)
|
||||
EXT = .exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue