mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
Move to new cegcc, whose tools have slightly different name.
This commit is contained in:
parent
d053f0731f
commit
2dceb054b8
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ MINGW_INC_PATH ?= -I/usr/i586-mingw32msvc/include
|
|||
CE_ARCH = arm-wince-pe
|
||||
else
|
||||
MINGW_INC_PATH = #in case it's in env
|
||||
CE_ARCH = arm-wince-mingw32ce
|
||||
#CE_ARCH = arm-wince-mingw32ce
|
||||
CE_ARCH = arm-mingw32ce
|
||||
endif
|
||||
CEOPT_ROOT ?= /opt
|
||||
|
||||
|
|
Loading…
Reference in a new issue