forked from len0rd/rockbox
fix sansapatcher mingw build prerequisites.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16173 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e4bb2bbb05
commit
ccd8f6cd84
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ CFLAGS+=-mno-cygwin
|
||||||
else
|
else
|
||||||
ifeq ($(findstring MINGW,$(shell uname)),MINGW)
|
ifeq ($(findstring MINGW,$(shell uname)),MINGW)
|
||||||
OUTPUT=sansapatcher.exe
|
OUTPUT=sansapatcher.exe
|
||||||
CROSS
|
CROSS=
|
||||||
else
|
else
|
||||||
OUTPUT=sansapatcher
|
OUTPUT=sansapatcher
|
||||||
CROSS=i586-mingw32msvc-
|
CROSS=i586-mingw32msvc-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue