1
0
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:
Stefano Pigozzi 2013-11-27 07:59:38 +01:00
parent 6e2ac4d40a
commit b5e7169a0f

View File

@ -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