mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 18:35:17 +00:00
5 lines
69 B
Python
5 lines
69 B
Python
|
c, link = emk.module("c", "link")
|
||
|
link.depdirs += [
|
||
|
"$:proj:$"
|
||
|
]
|