diff options
author | Frederico Linhares <fred@linhares.blue> | 2023-09-07 15:14:14 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2023-09-15 14:12:15 -0300 |
commit | 25bf78bfb4785e2cbed683cc56d3cec4271d8b5a (patch) | |
tree | 6fa728091bd662ee0c90a7490bc5ee8e6e23cac4 /Rakefile | |
parent | e1399befee43ab4549c31ce179e900ad71651edc (diff) |
feat Create skeletal mesh
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |