1 Star 0 Fork 0

exchange / swoole-src

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
remake_library.sh 260 Bytes
一键复制 编辑 原始数据 按行查看 历史
twosee 提交于 2019-05-28 15:14 . Move php_swoole_load_library to RINIT.
#!/bin/sh
__DIR__=$(cd "$(dirname "$0")";pwd)
set -e
cd ${__DIR__}
set +e
echo "rm swoole.lo"
rm swoole.lo
echo "rm php_swoole_library.h"
rm php_swoole_library.h
set -e
/usr/bin/env php tools/build-library.php
echo "remake..."
make $* > /dev/null
echo "done"
1
https://gitee.com/exchange_96/swoole-src.git
git@gitee.com:exchange_96/swoole-src.git
exchange_96
swoole-src
swoole-src
master

搜索帮助