-
-
Notifications
You must be signed in to change notification settings - Fork 616
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
There are still leftover files when running make clean #2351
Comments
Could you attach the generated makefile in question? Also, is this gmake or gmake2? |
I'm using the gmake2 generator. The developer of eepp has started to provide nightly builds. I don't see the need of building it from source anymore so I wiped everything. I'm sorry but I can't give you the generated makefile. |
The eepp developer said he might report the bug to premake developers but it seems he doesn't have time to do it yet. So I managed to do it myself. |
I'm going to go ahead and remove the bug tag until a repro case can be provided, but I won't close this for a while longer. |
@nickclark2016 based on the issue linked in the original comment, the issue is with shared libraries on Windows. The import library isn't removed with the DLL. |
Discussed in #2350
Originally posted by chadchoi November 30, 2024
Is it an issue of premake or that particular project? And why does premake choose the .lib extension instead of .a when the toolchain is not MSVC but GCC/Clang?
Please have a look:
SpartanJ/eepp#81
The text was updated successfully, but these errors were encountered: