Browse Source

Travis-CI: Fixed Makefile for str*() functions.

Ingwie Phoenix 6 years ago
parent
commit
6f10382479
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -33,7 +33,7 @@ else
 	else
 	else
 		# Linux
 		# Linux
 		LIBTARGET = libgravity.so
 		LIBTARGET = libgravity.so
-		LDFLAGS = -lm -lrt
+		LDFLAGS = -lm -lrt -lbsd
 	endif
 	endif
 endif
 endif