godotengine / webrtc-native

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

[SCons] Refactor build system. #100

Closed Faless closed 1 year ago

Faless commented 1 year ago

Update ssl tool (now renamed openssl).

Move universal library "lipo" action to openssl tool, and add universal builds support to cmake tool.

Add support for MSVC builds (requires nasm and perl in PATH, tested with Strawberry Perl, VS 2019 and VS 2022).

Add support for building "macos" via OSXCross.