From 3c9f78b048fade80f71cca25999ee2541a80034e Mon Sep 17 00:00:00 2001 From: Damiano Mazzella Date: Sat, 6 Apr 2019 23:24:55 +0200 Subject: [PATCH] zephyr/CMakeLists.txt: Set AR to point to the Zephyr toolchain exe. --- ports/zephyr/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/zephyr/CMakeLists.txt b/ports/zephyr/CMakeLists.txt index 8e0162417..017b0689c 100644 --- a/ports/zephyr/CMakeLists.txt +++ b/ports/zephyr/CMakeLists.txt @@ -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