From: Jay Freeman (saurik) Date: Thu, 20 Oct 2011 08:30:17 +0000 (-0700) Subject: Support compilation with 5.0 SDK. X-Git-Tag: v1.1.3~2 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/8ba636c7efd0a50d05c87d164ca8018a40f738d4 Support compilation with 5.0 SDK. --- 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 :=