Skip to content

Commit

Permalink
Merge branch 'cfis-master' into ci-add-mswin
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Sep 1, 2023
2 parents 46d9dad + 6e14db1 commit bed455e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
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
end

$stderr.puts "Using libpq from #{dlldir}"
Expand Down

0 comments on commit bed455e

Please sign in to comment.