command line for building the solution
这个提交包含在:
父节点
412c2d4294
当前提交
2a095ab12d
10
build_cmd.sh
普通文件
10
build_cmd.sh
普通文件
@ -0,0 +1,10 @@
|
||||
BSSL_CPPFLAGS="-I/home/hdc/repos/cloudflare/boringssl/include"
|
||||
BSSL_LDFLAGS="-L/home/hdc/repos/cloudflare/boringssl/build.64bitRel/crypto -L/home/hdc/repos/cloudflare/boringssl/build.64bitRel/ssl"
|
||||
|
||||
#autoreconf -i
|
||||
mkdir -p build
|
||||
cd build
|
||||
echo "LD_FLAGS=\"${BSSL_LDFLAGS}\" CPPFLAGS=\"${BSSL_CPPFLAGS}\" ./configure"
|
||||
LD_FLAGS=\"${BSSL_LDFLAGS}\" CPPFLAGS=\"${BSSL_CPPFLAGS}\" ./configure
|
||||
cd build && make
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户