From f2bb98655ab12cf81a70d9af3fcdb2fd78eff3a3 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Thu, 5 May 2022 23:00:03 +0900 Subject: [PATCH] Change the prefix to the default prefix of cegcc-build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae75a59..ccdf195 100644 --- a/Makefile +++ b/Makefile @@ -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++