Explorar el Código

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

Ingwie Phoenix hace 6 años
padre
commit
6f10382479
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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