diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-10-20 01:30:17 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-10-20 01:30:17 -0700 |
commit | 8ba636c7efd0a50d05c87d164ca8018a40f738d4 (patch) | |
tree | c4879c0b7bf0dc379f5a4f98dadbd8185552c404 | |
parent | b6287221d9a3fdadc0a627e3ccb19349ad6b03b8 (diff) |
Support compilation with 5.0 SDK.
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 := |