summaryrefslogtreecommitdiff
blob: 056521c604fbaa75cf137fcf0fe195cb35d2c5b6 (plain)
1
2
3
4
5
6
7
8
9
10
Option gets used for C as well leading to gcc warnings and a hard
error with clang. Option isn't actually needed, so just remove it.

https://bugs.gentoo.org/830571
--- a/premake4.lua
+++ b/premake4.lua
@@ -47,3 +47,2 @@
 	  defines { "PHYSFS_SUPPORTS_ZIP" }
-	  buildoptions { "-std=gnu++0x" }