Change the prefix to the default prefix of cegcc-build

This commit is contained in:
Takumi Sueda 2022-05-05 23:00:03 +09:00
parent 39e86e4af0
commit f2bb98655a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ VERSION_MAJOR=2
VERSION_MINOR=0
VERSION_PATCH=0
PREFIX?=/opt/mingw32ce/bin
PREFIX?=/opt/cegcc
CC=$(PREFIX)/bin/arm-mingw32ce-gcc
CXX=$(PREFIX)/bin/arm-mingw32ce-g++