mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fix toxcore linkage on qnx
This commit is contained in:
parent
86a4685eba
commit
eaedf4f9d1
|
@ -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