Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libao: static link libmacosx.so plugin, fix #46 #48

Merged
merged 1 commit into from
Apr 15, 2022

Conversation

ngn999
Copy link
Collaborator

@ngn999 ngn999 commented Apr 15, 2022

libao.dylib is a universal library now, and libmacosx.so is built-in.
fix #46

libao.dylib is universal library now
@xiaoyifang
Copy link
Owner

xiaoyifang commented Apr 15, 2022

I think it is a partly revert of the commit https://github.com/xiaoyifang/goldendict/pull/32/files
That is ok.

@xiaoyifang xiaoyifang merged commit ed55ad0 into xiaoyifang:staged Apr 15, 2022
@ngn999
Copy link
Collaborator Author

ngn999 commented Apr 15, 2022

I think it is a partly revert of the commit https://github.com/xiaoyifang/goldendict/pull/32/files That is ok.

yes, partly revert.
and now it's a universal library.

libao is hard to package, we have to patch it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

in libao code, dlopen is used to load some plugins
2 participants