Updated some revs

This commit is contained in:
WolverinDEV 2020-04-19 16:34:14 +02:00
parent 0cbd06403c
commit 38c8c7a377
6 changed files with 114 additions and 114 deletions

@ -1 +1 @@
Subproject commit c212df42345816ea0e73cd466718f75d9926c4a2 Subproject commit eb1a95318b358937e69ac6c8eadbfefd4ce21807

2
client

@ -1 +1 @@
Subproject commit 1a71df9a8a3d2979a383d8bbdb651c584586dc5b Subproject commit 6393d79f54a1a13300c5117bd3eecd44b909ecc3

2
shared

@ -1 +1 @@
Subproject commit 3f57ad4678dd1ef1c72a066cc4fdd7bedb84c172 Subproject commit 65dad8e9cb0e198688f68e49ea0f5def2113b4ae

View File

@ -72,7 +72,7 @@ exec_script build_jsoncpp.sh
exec_script build_opus.sh exec_script build_opus.sh
exec_script build_libfvad.sh exec_script build_libfvad.sh
exec_script build_soxr.sh exec_script build_soxr.sh
#exec_script build_portaudio.sh exec_script build_portaudio.sh
exec_script_external build_protobuf.sh protobuf exec_script_external build_protobuf.sh protobuf
exec_script build_unbound.sh exec_script build_unbound.sh
exec_script build_spdlog.sh exec_script build_spdlog.sh

View File

@ -18,6 +18,6 @@ requires_rebuild ${library_path}
_fpic="" _fpic=""
[[ ${build_os_type} == "linux" ]] && _fpic="-fPIC" [[ ${build_os_type} == "linux" ]] && _fpic="-fPIC"
cmake_build ${library_path} -DCMAKE_C_FLAGS="${_fpic} -I../../boringssl/include/" -DBUILD_EXAMPLE_PROGRAMS=OFF -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE="Release" cmake_build ${library_path} -DBUILD_DYNAMIC_LIBS=OFF -DBUILD_STATIC_LIBS=ON -DBUILD_EXAMPLE_PROGRAMS=OFF -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE="Debug"
check_err_exit ${library_path} "Failed to build libsoundio!" check_err_exit ${library_path} "Failed to build libsoundio!"
set_build_successful ${library_path} set_build_successful ${library_path}

2
third_party/soundio vendored

@ -1 +1 @@
Subproject commit ad7b5a12362391a15c1b2e85f3761220fc8c5014 Subproject commit 9f9c7cce9cc899b7632ee03183d8239efdf92322