FS-8623: fix sun studio build errors building libvpx
This commit is contained in:
parent
3976eb17d0
commit
159f4a1396
|
@ -453,7 +453,7 @@ fi
|
|||
|
||||
case "${ax_cv_c_compiler_vendor}" in
|
||||
sun)
|
||||
VISIBILITY_FLAG=-xldscope=hidden
|
||||
VISIBILITY_FLAG=
|
||||
;;
|
||||
*)
|
||||
VISIBILITY_FLAG=-fvisibility=hidden
|
||||
|
|
Loading…
Reference in New Issue