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
Hi, can you please patch so that the gem works under *BDS as well?
Thank you.