summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2023-09-07 15:14:14 -0300
committerFrederico Linhares <fred@linhares.blue>2023-09-15 14:12:15 -0300
commit25bf78bfb4785e2cbed683cc56d3cec4271d8b5a (patch)
tree6fa728091bd662ee0c90a7490bc5ee8e6e23cac4 /Rakefile
parente1399befee43ab4549c31ce179e900ad71651edc (diff)
feat Create skeletal mesh
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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