mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
old-build: fix iconv check on openbsd
This commit is contained in:
parent
6e2ac4d40a
commit
b5e7169a0f
@ -878,7 +878,7 @@ extra_cflags="-I. -D_GNU_SOURCE $extra_cflags"
|
||||
_timer=timer-linux.c
|
||||
_getch=getch2.c
|
||||
|
||||
if freebsd ; then
|
||||
if freebsd || openbsd ; then
|
||||
extra_ldflags="$extra_ldflags -L/usr/local/lib"
|
||||
extra_cflags="$extra_cflags -I/usr/local/include"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user