We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7faf22d commit ad01951Copy full SHA for ad01951
app/server/ruby/bin/compile-extensions.rb
@@ -66,7 +66,7 @@
66
end
67
puts "Compiling native extension in #{ext_dir}"
68
Dir.chdir(ext_dir) do
69
- `"#{RbConfig.ruby}" extconf.rb`
+ `"#{RbConfig.ruby}" extconf.rb`
70
`make clean`
71
`make`
72
0 commit comments