From 3711ad23f6c936b494041845254565efed8ca6f8 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Mon, 28 Jun 2021 22:05:55 +0200 Subject: Bump webrtc to branch-heads/4472. --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 95ce705..c35bb85 100644 --- a/SConstruct +++ b/SConstruct @@ -115,7 +115,7 @@ if target_platform == 'linux': else: env.Prepend(CCFLAGS=['-O3']) - env.Append(CCFLAGS=['-fPIC', '-std=c++11']) + env.Append(CCFLAGS=['-fPIC', '-std=c++14']) if target_arch == '32': env.Append(CCFLAGS = [ '-m32' ]) @@ -276,7 +276,7 @@ if target == 'debug': else: lib_path += '/Release' -env.Append(CPPPATH=[webrtc_dir + "/include"]) +env.Append(CPPPATH=[webrtc_dir + "/include", webrtc_dir + "/include/third_party/abseil-cpp"]) if target_platform == "linux": env.Append(LIBS=[lib_name, "atomic"]) -- cgit v1.2.3