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

Fix 'clean' command on Windows MinGW #1775

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

KillerxDBr
Copy link
Contributor

'c3c clean' command try to use 'rm' on Windows MinGW compiled executable, since it does not define "_MSC_VER", but define "_WIN32"
There are other uses of "_MSC_VER" in the same file, some can probably be replaced by "_WIN32" too.

'c3c clean' command try to use 'rm' on Windows MinGW compiled executable, since it does not define "_MSC_VER", but define "_WIN32"
There are other uses of "_MSC_VER" in the same file, they probably can be changed to "_WIN32" too
@lerno lerno merged commit fe7d423 into c3lang:master Jan 5, 2025
35 checks passed
@lerno
Copy link
Collaborator

lerno commented Jan 5, 2025

Thank you!

@KillerxDBr KillerxDBr deleted the clean-cmd-mingw branch January 5, 2025 20:29
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.

2 participants