command line for building the solution

This commit is contained in:
Henry Case 2019-07-23 18:17:43 +01:00
parent 412c2d4294
commit 2a095ab12d

10
build_cmd.sh Normal file
View File

@ -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