godotengine / webrtc-native

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

[Linux] Add arm32/arm64 linux builds support #138

Closed Faless closed 4 months ago

Faless commented 4 months ago

Fix arch detection in GDNative builds (3.x) and add a small patch to avoid warnings spam on ARM.

Make CMake march flags explicit for Linux arm32/arm64.

Add new platforms to CI.