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

windows/make: Add usage of CFLAGS_EXTRA, LDFLAGS_EXTRA and SRC_MOD consistent with unix port #5074

Closed
wants to merge 1 commit into from

Conversation

andrewleech
Copy link
Sponsor Contributor

When trying to build an existing project using USER_C_MODULES on the windows port, I ran into this Makefile discrepancy with the unix port.

Hopefully this is a low risk addition to the windows port.

@stinos
Copy link
Contributor

stinos commented Sep 6, 2019

Is this sufficient to make user C modules work? If so it would be good to mention that in the commit message.

@andrewleech
Copy link
Sponsor Contributor Author

To be honest I'm not sure if this is technically required for USER_C_MODULES, when building with make and mingw32 the USER_C_MODULES handing is already in place.
I was getting build errors from some include files not being in the path though without the CFLAGS_EXTRA in particular, though I'm not sure if that's from the modules or elsewhere.

@dpgeorge
Copy link
Member

Looks ok to me, I agree it's a low-risk change. Merged in 380048d

@dpgeorge dpgeorge closed this Sep 10, 2019
tannewt added a commit to tannewt/circuitpython that referenced this pull request Aug 4, 2021
Fix a couple fake sleep bugs on nrf and esp
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.

None yet

4 participants