Skip to content

Commit

Permalink
Fix lib locations for real
Browse files Browse the repository at this point in the history
CL: none

PUBLISHED_FROM=6224fe782fd7e0066ee78dab7e5fe8d0f97df3c7
  • Loading branch information
Deomid Ryabkov authored and cesantabot committed Apr 30, 2019
1 parent f19128a commit 4524946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 4524946

Please sign in to comment.