python/build/libs.py: suppress "visibility default" in libopus build

This commit is contained in:
Max Kellermann 2018-01-05 10:33:53 +01:00
parent d667b5b48c
commit 49678a0893

View File

@ -30,6 +30,9 @@ opus = AutotoolsProject(
[
'--disable-shared', '--enable-static',
],
# suppress "visibility default" from opus_defines.h
cppflags='-DOPUS_EXPORT=',
)
flac = AutotoolsProject(