Commit 68b2336d authored by François Revol's avatar François Revol Committed by Michael Niedermayer

Fix HOSTLIBS on Haiku

Haiku does not have a separate libm, so do not try to link to it.
Signed-off-by: 's avatarFrançois Revol <revol@free.fr>
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
(cherry picked from commit f59c4bd6)
parent 2eed5288
......@@ -2306,6 +2306,7 @@ case $target_os in
haiku)
prefix_default="/boot/common"
network_extralibs="-lnetwork"
host_libs=
;;
sunos)
FFSERVERLDFLAGS=""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment