goldendict-ng/maclibs/README.md
ngn999 bbc664bc6c libao: static link libmacosx.so plugin, fix #46
libao.dylib is universal library now
2022-04-15 09:50:40 +08:00

8 lines
289 B
Markdown

# 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