python builddeps

This commit is contained in:
Devaev Maxim
2021-01-21 09:27:29 +03:00
parent b7b3e8e87d
commit c3f98b34f2
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@ if __name__ == "__main__":
libraries=["rt", "m", "pthread"],
undef_macros=["NDEBUG"],
sources=["ustreamer.c"],
depends=[
"../src/libs/tools.h",
"../src/libs/memsinksh.h",
],
),
],
)