From 8ba636c7efd0a50d05c87d164ca8018a40f738d4 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 20 Oct 2011 01:30:17 -0700 Subject: [PATCH] Support compilation with 5.0 SDK. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 828ee362..372e21a8 100644 --- a/makefile +++ b/makefile @@ -9,7 +9,7 @@ gcc := 4.2 ifeq ($(gcc),) gxx := $(dev)/usr/bin/clang++ else -gxx := $(dev)/usr/bin/g++-$(gcc) +gxx := $(dev)/usr/bin/g++ endif flags := -- 2.45.2