We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4419c2e + 0631a02 commit 5722d3bCopy full SHA for 5722d3b
1 file changed
ext/extconf.rb
@@ -218,13 +218,6 @@ def install
218
dlldir = libdir
219
end
220
221
- # Try to use runtime path linker option, even if RbConfig doesn't know about it.
222
- # The rpath option is usually set implicit by dir_config(), but so far not
223
- # on MacOS-X.
224
- if dlldir && RbConfig::CONFIG["RPATHFLAG"].to_s.empty?
225
- append_ldflags "-Wl,-rpath,#{dlldir.quote}"
226
- end
227
-
228
if /mswin/ =~ RUBY_PLATFORM
229
$libs = append_library($libs, 'ws2_32')
230
0 commit comments