Commit 2348adfa authored by nanahira's avatar nanahira Committed by GitHub

for compat low version of gcc

parent 589a894e
...@@ -4,4 +4,4 @@ project "ocgcore" ...@@ -4,4 +4,4 @@ project "ocgcore"
files { "**.cc", "**.cpp", "**.c", "**.h" } files { "**.cc", "**.cpp", "**.c", "**.h" }
includedirs { "../lua" } includedirs { "../lua" }
configuration "not vs*" configuration "not vs*"
buildoptions { "-std=c++14" } buildoptions { "-std=c++1y" }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment