Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions ext/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,6 @@ def install
dlldir = libdir
end

# Try to use runtime path linker option, even if RbConfig doesn't know about it.
# The rpath option is usually set implicit by dir_config(), but so far not
# on MacOS-X.
if dlldir && RbConfig::CONFIG["RPATHFLAG"].to_s.empty?
append_ldflags "-Wl,-rpath,#{dlldir.quote}"
end

if /mswin/ =~ RUBY_PLATFORM
$libs = append_library($libs, 'ws2_32')
end
Expand Down
Loading