forked from Telodendria/Telodendria
Make Telodendria use Cytoplasm.
This commit removes all the duplicate code and makes Telodendria use the new Cytoplasm library.
This commit is contained in:
parent
40eac30b5c
commit
ef8c2f0865
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* Cytoplasm (libcytoplasm)
|
||||
* Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
|
|
4
make.sh
4
make.sh
|
@ -122,6 +122,10 @@ recipe_docs() {
|
|||
fi
|
||||
}
|
||||
|
||||
recipe_libs() {
|
||||
echo "-lm -pthread ${TLS_LIBS}"
|
||||
}
|
||||
|
||||
recipe_build() {
|
||||
mkdir -p "${BUILD}" ${OUT}/{bin,lib}
|
||||
cd "${SRC}"
|
||||
|
|
Loading…
Reference in a new issue