1 Star 0 Fork 0

via/python3-pjsip

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
helper.mak 338 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthew Williams 提交于 2016-01-04 19:03 . [WIP] Python3 bindings
include ../../../build.mak
lib_dir:
@for token in `echo $(APP_LDFLAGS)`; do \
echo $$token | grep '\-L' | sed 's/-L//'; \
done
inc_dir:
@for token in `echo $(APP_CFLAGS)`; do \
echo $$token | grep '\-I' | sed 's/-I//'; \
done
libs:
@for token in `echo $(APP_LDLIBS)`; do \
echo $$token | grep '\-l' | sed 's/-l//'; \
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chooosky/python3-pjsip.git
[email protected]:chooosky/python3-pjsip.git
chooosky
python3-pjsip
python3-pjsip
master

搜索帮助