Shirakumo / cl-mixed

A simple audio mixing and processing library based on libmixed.
https://shirakumo.github.io/cl-mixed/
zlib License
22 stars 7 forks source link

Saner way to add shared libraries for android. #15

Closed Gleefre closed 1 year ago

Gleefre commented 1 year ago

Uses :android flag and android-<abi>-libmixed.so libraries.

Previous way has two issues: lin-arm64-libmixed.so was replaced by android library, but linux and android libraries are not compatible. libmixed.so for amd64 (x86-64) wasn't added. (It might be useful for running in emulator for example.)

Gleefre commented 1 year ago

I added arm7a paths back.

Shinmera commented 1 year ago

Thanks again!

Gleefre commented 1 year ago

My pleasure :)