summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-06-28 22:05:55 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-07-02 15:12:41 +0200
commit3711ad23f6c936b494041845254565efed8ca6f8 (patch)
tree7e1d1a967f25a2cb2318f9a3a2ea7c1de8cb9a0a /SConstruct
parent001be7850090f88e0ff760eddadbe1c03004fd0f (diff)
downloadfork-godot-webrtc-native-3711ad23f6c936b494041845254565efed8ca6f8.tar.gz
fork-godot-webrtc-native-3711ad23f6c936b494041845254565efed8ca6f8.tar.bz2
fork-godot-webrtc-native-3711ad23f6c936b494041845254565efed8ca6f8.zip
Bump webrtc to branch-heads/4472.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
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"])