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
Hi,
can you please patch so that the gem works under *BDS as well?
--- lib/tdlib/api.rb.old
+++ lib/tdlib/api.rb
@@ -80,6 +80,7 @@
case os
when :windows then 'dll'
when :macos then 'dylib'
+ when :unix then 'so'
when :linux then 'so'
else raise "#{os} OS is not supported"
end
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
can you please patch so that the gem works under *BDS as well?
Thank you.
The text was updated successfully, but these errors were encountered: