8000 extmod/extmod.cmake: Add MICROPY_PY_BTREE compiler definition. by dlech · Pull Request #9992 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content

extmod/extmod.cmake: Add MICROPY_PY_BTREE compiler definition. #9992

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

Merged
merged 1 commit into from
Nov 17, 2022

Conversation

dlech
Copy link
Contributor
@dlech dlech commented Nov 16, 2022

Instead of defining MICROPY_PY_BTREE in mpconfigport.h we can define it via CMake similar to how other ports that use Makefiles define it in mpconfigport.mk.

97AD
Instead of defining `MICROPY_PY_BTREE` in `mpconfigport.h` we can define
it via CMake similar to how other ports that use Makefiles define it in
`mpconfigport.mk`.

Signed-off-by: David Lechner <david@pybricks.com>
@dpgeorge dpgeorge added the extmod Relates to extmod/ directory in source label Nov 17, 2022
@dpgeorge dpgeorge merged commit 4dcfd19 into micropython:master Nov 17, 2022
@dpgeorge
Copy link
Member

Thank you!

@dlech dlech deleted the btree-cmake branch November 17, 2022 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extmod Relates to extmod/ directory in source
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0