Badger2040: Fix builtin module depends typo.
This commit is contained in:
parent
ba5cffdb0d
commit
3c3a5683d9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue