We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4425ab6 commit c579defCopy full SHA for c579def
lib/tiny_tds.rb
@@ -28,13 +28,12 @@ module TinyTds
28
ENV['PATH'] = old_path
29
end
30
else
31
- # libpq is found by a relative rpath in the cross compiled extension dll
+ # libsybdb is found by a relative rpath in the cross compiled extension dll
32
# or by the system library loader
33
block.call
34
35
36
37
- # Add a load path to the one retrieved from pg_config
38
add_dll_path.call(FREETDS_LIB_PATH) do
39
begin
40
# Try the <major>.<minor> subdirectory for fat binary gems
0 commit comments