godotengine / webrtc-native

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

Better normalize the GDNative build environment. #108

Closed Faless closed 1 year ago

Faless commented 1 year ago

The "ios_min_version" is missing from godot-cpp-3.x, and the macos CC variable is not explicitely set to "clang".

Since the values are passed to cmake, they used to cause unnecessary rebuilds of libdatchannel when compiling both version 3 and 4.