-
-
Notifications
You must be signed in to change notification settings - Fork 812
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
improve mingw implib #1675
improve mingw implib #1675
Conversation
libsdl installation fails on this branch:
|
You can try it again. I have fixed. |
It works fine for me, however shared libraries are generated with the lib prefix, which I'm unsure about, but @ImperatorS79 probably knows better than I do |
Shared and static librairies are generally prefixed by lib on mingw AFAIK (it is the case with MSYS2). Sometimes shared librairies are not prefixed. The extension is .dll.a for implib and .a for static lib normally. Please not that gcc linker does not really care about the extension (.lib might work), but .dll.a and .a are the default as far as I understand. |
It seems good then 👍 |
does it work now? I am going to merge it. |
Yes, it works properly for my projects 👍 |
#1674
#1589