Skip to content

Commit

Permalink
zephyr/CMakeLists.txt: Set AR to point to the Zephyr toolchain exe.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmazzella authored and dpgeorge committed Apr 11, 2019
1 parent fc9f2ff commit 3c9f78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ zephyr_get_compile_options_for_lang_as_string(C options)
add_custom_target(
outputexports
COMMAND echo CC="${CMAKE_C_COMPILER}"
COMMAND echo AR="${CMAKE_AR}"
COMMAND echo Z_CFLAGS=${system_includes} ${includes} ${definitions} ${options}
VERBATIM
USES_TERMINAL
Expand Down

0 comments on commit 3c9f78b

Please sign in to comment.