team-phoenix / Phoenix

A multi-system emulator and library manager designed to be both powerful and easy to use.
http://phoenix.vg
GNU General Public License v2.0
376 stars 40 forks source link

Make it build on gcc6 #264

Closed osvein closed 8 years ago

osvein commented 8 years ago

Fix #263 by removing /usr/include from Unix include path Accompanying backend fix: team-phoenix/phoenix-backend#6

TODO: Test on gcc5 and earlier

osvein commented 8 years ago

Travis CI seems to build it fine with gcc4

athairus commented 8 years ago

Hi @osvein, thanks for the PR. Sorry for not getting back to you sooner, I just had to confirm that this change didn't break building on OS X.

Merged.