Advertisement
Guest User

001-gcc-fix.patch

a guest
Sep 20th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.27 KB | None | 0 0
  1. --- Makefile    2013-09-20 21:49:01.478824275 -0300
  2. +++ Makefile    2013-09-20 21:49:31.580425604 -0300
  3. @@ -44,7 +44,7 @@
  4.      flags := -w -stdlib=libc++
  5.      link := -lc++ -lobjc
  6.    else
  7. -    compiler := g++-4.7
  8. +    compiler := g++
  9.      flags :=
  10.      link :=
  11.    endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement