Updated datapipes
This commit is contained in:
parent
fc9b8aea39
commit
922fca1a68
2
third_party/build_datapipes.sh
vendored
2
third_party/build_datapipes.sh
vendored
@ -25,6 +25,6 @@ check_err_exit ${library_path} "Failed to build srtp!"
|
|||||||
check_err_exit ${library_path} "Failed to build sdptransform!"
|
check_err_exit ${library_path} "Failed to build sdptransform!"
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cmake_build ${library_path} -DCrypto_ROOT_DIR="`pwd`/boringssl/out/${build_os_type}_${build_os_arch}" -DCRYPTO_TYPE="boringssl" -DCMAKE_CXX_FLAGS="-fPIC -static-libgcc -static-libstdc++" -DBUILD_TESTS=OFF -DCMAKE_C_FLAGS="-fPIC"
|
cmake_build ${library_path} -DCrypto_ROOT_DIR="`pwd`/boringssl/" -DCRYPTO_TYPE="boringssl" -DCMAKE_CXX_FLAGS="-fPIC -static-libgcc -static-libstdc++" -DBUILD_TESTS=OFF -DCMAKE_C_FLAGS="-fPIC"
|
||||||
check_err_exit ${library_path} "Failed to build DataPipes!"
|
check_err_exit ${library_path} "Failed to build DataPipes!"
|
||||||
set_build_successful ${library_path}
|
set_build_successful ${library_path}
|
Loading…
Reference in New Issue
Block a user