You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the environment variable in the Gemfile does not work:
if RUBY_PLATFORM='x64-mingw-ucrt'
ENV['BUNDLE_BUILD__TINY_TDS']='--with-freetds-include=/c/Ruby31-x64/msys64/ucrt64/include/freetds'
end
If this is not possible, is there a way to output additional help text after An error occurred while installing tiny_tds explaining exactly how to fix the issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Can I set
bundle config build.tiny_tds
inside the Gemfile?Setting the environment variable when running
bundle
works:Setting the environment variable in the
Gemfile
does not work:If this is not possible, is there a way to output additional help text after
An error occurred while installing tiny_tds
explaining exactly how to fix the issue?Beta Was this translation helpful? Give feedback.
All reactions