Skip to content
Snippets Groups Projects
Verified Commit c30d297a authored by rahix's avatar rahix
Browse files

fix(upy-minimal): Add missing link options


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 68720f25
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ executable(
qstr_h,
include_directories: micropython_includes,
dependencies: [libcard10, max32665_startup],
link_whole: [max32665_startup_lib, board_card10_lib],
link_with: upy,
link_args: [
'-Wl,-Map=' + meson.current_build_dir() + '/' + name + '.map',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment