godotengine / webrtc-native

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

[Windows/MinGW] Only export extension init symbol #134

Closed Faless closed 9 months ago

Faless commented 9 months ago

When building for Windows using MinGW GCC we need to apply the same workaround we use on Linux to only export the necessary symbols so we can safely statically link libstdc++

Follow up on #131 to fix MinGW Windows builds (used for official releases).