-
Notifications
You must be signed in to change notification settings - Fork 25
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
some wrapdb fixes #137
base: master
Are you sure you want to change the base?
some wrapdb fixes #137
Conversation
headers already define it. also causes compilation issue on 32-bit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
I don't understand the third patch. The commit message says "use ld for function definitions even on non Linux / GCC is available on MinGW" but the diff is neither about ld nor about gcc. |
The file is named .ld |
I still don't get it. And I've grown wary of merging your low-effort stuff. Too often did you submit code changes to me that even you didn't understand. I only merge anything from you with a proper commit message that explains every detail. |
I'll remove it. It's not important anyway. |
"meson: add def file" |
A def file is needed on MSVC in lieu of dllexport/dllimport declarations in the code. Should have the same symbols as libmpdclient.ld. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Why did you remove |
Related: mesonbuild/wrapdb#1345
I don't know if it's enough to fix.