godotengine / webrtc-native

The official GDNative WebRTC implementation for non-html exports.
MIT License
210 stars 34 forks source link

[OpenSSL] Allow using external (static) libraries. #106

Closed Faless closed 1 year ago

Faless commented 1 year ago

In case one wants to handle openssl builds manually (or use static libraries provided by third parties like those in Linux distros).

Note that they still must be static libraries, adding support for linking against shared libraries needs more work (and testing).