Lakelezz / audiopus_sys

Rust FFI-binding of Opus.
ISC License
14 stars 21 forks source link

Support `CMAKE_OSX_SYSROOT` #13

Open Yesterday17 opened 1 year ago

Yesterday17 commented 1 year ago

This build argument is essential for x86_64-apple-ios target which uses a different arch(x86_64) than real machines(arm).

This pull request also added missing v0.2.2 from lib.rs.