godotengine / webrtc-native

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

Fix build with newer godot-cpp versions #143

Closed Faless closed 2 months ago

Faless commented 2 months ago

Force the new "disable_exceptions" argument to false (libdatachannel needs exceptions to build).

~Fixes #126~ EDIT: Doesn't seem quite enough for windows specifically.

Faless commented 2 months ago

Fixes #126

Doesn't seem quite enough for windows specifically, I'll close and re-open with a different scope.