We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5840e4 commit 0f79114Copy full SHA for 0f79114
cmake/extensions.cmake
@@ -441,7 +441,7 @@ macro(zephyr_library_amend)
441
442
zephyr_library_get_current_dir_lib_name(${ZEPHYR_CURRENT_MODULE_DIR} lib_name)
443
444
- set(ZEPHYR_CURRENT_LIBRARY ${lib_name})
+ set(ZEPHYR_CURRENT_LIBRARY ${IMAGE}${lib_name})
445
endmacro()
446
447
function(zephyr_link_interface interface)
0 commit comments