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.
2 parents 2e1aaf5 + c0dfdd4 commit 5e67d13Copy full SHA for 5e67d13
ext/prism/extconf.rb
@@ -37,7 +37,7 @@
37
def generate_templates
38
Dir.chdir(File.expand_path("../..", __dir__)) do
39
if !File.exist?("include/prism/ast.h") && Dir.exist?(".git")
40
- system("templates/template.rb", exception: true)
+ system(RbConfig.ruby, "templates/template.rb", exception: true)
41
end
42
43
0 commit comments