Skip to content

Commit

Permalink
Merge pull request #315 from pimoroni/patch-micropython-builtins
Browse files Browse the repository at this point in the history
Badger2040: Fix builtin module depends typo.
  • Loading branch information
Gadgetoid authored Mar 25, 2022
2 parents fa2774b + 3c3a568 commit 938134b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython/examples/badger2040/micropython-builtins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function (copy_module TARGET SRC DST)
COMMAND
cp ${SRC} ${CMAKE_CURRENT_BINARY_DIR}/../modules/${DST}.py

DEPENDS ${src}
DEPENDS ${SRC}
)

target_sources(${TARGET} INTERFACE ${CMAKE_CURRENT_BINARY_DIR}/../modules/${DST}.py)
Expand Down

0 comments on commit 938134b

Please sign in to comment.