You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-rpg/openglad/files/openglad-0.98_p20200907-cla...

11 lines
298 B

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" }