summaryrefslogtreecommitdiffstats
path: root/build/features.py
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-05-02 10:38:36 +0200
committerUwe Klotz <uklotz@mixxx.org>2020-05-02 10:38:36 +0200
commit26c033b04b19584ee4d4cbe58872af5767cba1dc (patch)
tree8e8942608e35b463a53908a58ac20880e8046561 /build/features.py
parent8384816758758db6e228e4137990c42e7cefc7c9 (diff)
parent97521e3aefeb0045134f05047ff40120748b2191 (diff)
Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git
Diffstat (limited to 'build/features.py')
-rw-r--r--build/features.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/features.py b/build/features.py
index 0209740979..8946de8b79 100644
--- a/build/features.py
+++ b/build/features.py
@@ -741,6 +741,7 @@ class LiveBroadcasting(Feature):
SCons.Export('build')
env.SConscript(env.File('SConscript', libshout_dir))
+ build.env.Append(CPPPATH="#lib/libshout/include")
build.env.Append(LIBPATH=libshout_dir)
build.env.Append(LIBS=['shout_mixxx', 'ogg', 'vorbis', 'theora', 'speex', 'ssl', 'crypto'])