We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruby
1 parent 3a6f716 commit 856b995Copy full SHA for 856b995
Rakefile
@@ -44,10 +44,10 @@ task :confirm_annotation do
44
end
45
46
task :templates do
47
- sh "bundle exec ruby templates/template.rb include/rbs/constants.h"
48
- sh "bundle exec ruby templates/template.rb include/rbs/ruby_objs.h"
49
- sh "bundle exec ruby templates/template.rb src/constants.c"
50
- sh "bundle exec ruby templates/template.rb src/ruby_objs.c"
+ sh "#{ruby} templates/template.rb include/rbs/constants.h"
+ sh "#{ruby} templates/template.rb include/rbs/ruby_objs.h"
+ sh "#{ruby} templates/template.rb src/constants.c"
+ sh "#{ruby} templates/template.rb src/ruby_objs.c"
51
52
53
task :compile => "ext/rbs_extension/lexer.c"
0 commit comments