From 25bf78bfb4785e2cbed683cc56d3cec4271d8b5a Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Thu, 7 Sep 2023 15:14:14 -0300 Subject: feat Create skeletal mesh --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 838f3ce..c483907 100644 --- a/Rakefile +++ b/Rakefile @@ -107,7 +107,7 @@ task :doc do end rule '.o' => ['.cpp', "mruby-#{MRUBY_VERSION}"] do |t| - system("g++ #{t.source} -o #{t.name} -g -D DEBUG=1 -c -std=c++20 "\ + system("g++ #{t.source} -o #{t.name} -g -D DEBUG=1 -c -std=c++23 "\ "-Imruby-#{MRUBY_VERSION}/include/ #{PKG_VALUES}") end -- cgit v1.2.3