godotengine / webrtc-native

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

[SCons] Apply "target" to dependencies. #53

Closed Faless closed 2 years ago

Faless commented 2 years ago

Dependencies used to be built with the default option (release for OpenSSL, debug for libdachannel).

They now follow the desired target (producing smaller binaries in release, and bigger in debug).