python/build/libs.py: suppress "visibility default" in libopus build
This commit is contained in:
parent
d667b5b48c
commit
49678a0893
@ -30,6 +30,9 @@ opus = AutotoolsProject(
|
|||||||
[
|
[
|
||||||
'--disable-shared', '--enable-static',
|
'--disable-shared', '--enable-static',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
# suppress "visibility default" from opus_defines.h
|
||||||
|
cppflags='-DOPUS_EXPORT=',
|
||||||
)
|
)
|
||||||
|
|
||||||
flac = AutotoolsProject(
|
flac = AutotoolsProject(
|
||||||
|
Loading…
Reference in New Issue
Block a user