diff --git a/.github/scripts/install-common-deps.sh b/.github/scripts/install-common-deps.sh index 470a674a6..9b84add84 100755 --- a/.github/scripts/install-common-deps.sh +++ b/.github/scripts/install-common-deps.sh @@ -89,7 +89,7 @@ download_build_live555() {( pacman -Rs --noconfirm binutils elif [ "$(uname -s)" = Linux ]; then ./genMakefiles linux-with-shared-libraries - make -j "$(nproc)" + make -j "$(nproc)" CPLUSPLUS_COMPILER="c++ -DNO_STD_LIB" else ./genMakefiles macosx-no-openssl make -j "$(nproc)" CPLUSPLUS_COMPILER="c++ -std=c++11"