Skip to content

Conversation

@CaitaXD
Copy link

@CaitaXD CaitaXD commented Sep 9, 2025

I think cc is a Unix thing, when compiling with it mingw should be just gcc.

# if defined(__GNUC__)
# define nob_cc(cmd) nob_cmd_append(cmd, "cc")
# elif defined(__clang__)
# if defined(__GNUC__) && defined(__clang__)
Copy link
Contributor

@KillerxDBr KillerxDBr Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will probably break Visual Studio Clang, since it defines _MSC_VER, and MinGW Clang defines __GNUC__

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