Skip to content

Commit 7faf22d

Browse files
authored
Rubygem interception not required
1 parent 2f3906d commit 7faf22d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/server/ruby/bin/compile-extensions.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,8 @@
6666
end
6767
puts "Compiling native extension in #{ext_dir}"
6868
Dir.chdir(ext_dir) do
69-
`"#{RbConfig.ruby}" extconf.rb`
70-
if not (ext_dir.include? "interception")
71-
`make clean`
72-
end
69+
`"#{RbConfig.ruby}" extconf.rb`
70+
`make clean`
7371
`make`
7472
end
7573

0 commit comments

Comments
 (0)