From 0844c5bc198e452aa107c3dd15ffcda4d4c43ed1 Mon Sep 17 00:00:00 2001 From: Jordan Cristiano Date: Tue, 13 Feb 2018 20:37:38 -0500 Subject: [PATCH] Fixed clang build of celt. Moved -std=c++11 to demboyz project scope. --- premake/premake5.lua | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/premake/premake5.lua b/premake/premake5.lua index db6043c..be1ae0a 100644 --- a/premake/premake5.lua +++ b/premake/premake5.lua @@ -16,15 +16,13 @@ solution "demboyz" optimize "Full" configuration {} - -- GCC specific build options. - configuration "gmake" - -- Enables C++11 support. - buildoptions { "-std=c++0x" } - configuration {} - project "demboyz" kind "ConsoleApp" language "C++" + configuration "gmake" + -- Enables C++11 support. + buildoptions { "-std=c++11" } + configuration {} files { "../demboyz/**.h",