goldendict-ng/maclibs
2022-10-16 17:32:39 +08:00
..
include make all macOS dependencies universal in maclibs/ 2022-04-22 01:00:48 +08:00
lib Revert "[mac specific]:update ffmpeg package" 2022-10-16 17:32:39 +08:00
README.md libao: static link libmacosx.so plugin, fix #46 2022-04-15 09:50:40 +08:00

libao build instruction

wget https://github.com/ngn999/tslab_libao_library/archive/refs/heads/master.zip unzip master.zip cd tslab_libao_library ./configure CC="gcc -arch arm64 -arch x86_64" make -j install_name_tool -id @executable_path/../Frameworks/libao.dylib src/.libs/libao.dylib