From 4524946e1a369722663ab5f2a82a00cd8d161d16 Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov Date: Tue, 30 Apr 2019 19:11:54 +0100 Subject: [PATCH] Fix lib locations for real CL: none PUBLISHED_FROM=6224fe782fd7e0066ee78dab7e5fe8d0f97df3c7 --- mos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mos.yml b/mos.yml index 03724e4..e3f57f7 100644 --- a/mos.yml +++ b/mos.yml @@ -15,7 +15,7 @@ includes: - include/${platform} libs: - - origin: https://github.com/cesanta/mongoose-os-libs/mongoose + - origin: https://github.com/mongoose-os-libs/mongoose no_implicit_init_deps: true init_deps: @@ -30,12 +30,12 @@ conds: - when: mos.platform == "rs14100" apply: libs: - - origin: https://github.com/cesanta/mongoose-os-libs/bootloader + - origin: https://github.com/mongoose-os-libs/bootloader - when: mos.platform == "stm32" apply: libs: - - origin: https://github.com/cesanta/mongoose-os-libs/bootloader + - origin: https://github.com/mongoose-os-libs/bootloader tags: - c