mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge branch 'master' of https://github.com/beemaster/toxcore
This commit is contained in:
commit
6408c7de50
|
@ -300,6 +300,9 @@ case $host_os in
|
|||
*solaris*)
|
||||
LIBS="$LIBS -lssp -lsocket -lnsl"
|
||||
;;
|
||||
*qnx*)
|
||||
LIBS="$LIBS -lsocket"
|
||||
;;
|
||||
*freebsd*|*openbsd*)
|
||||
LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
||||
CFLAGS="$CFLAGS -I/usr/local/include"
|
||||
|
|
Loading…
Reference in New Issue
Block a user