mirror of https://git.48k.eu/ogserver
#580 no need for pthread library
parent
8d6d833770
commit
eff62ed515
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ CFLAGS += -g -Wall -I../../Includes
|
|||
CPPFLAGS := $(CFLAGS)
|
||||
|
||||
# Opciones de linkado
|
||||
LDFLAGS := -Wl,--no-as-needed $(shell mysql_config --libs) -lpthread -lev
|
||||
LDFLAGS := -Wl,--no-as-needed $(shell mysql_config --libs) -lev
|
||||
|
||||
# Ficheros objetos
|
||||
OBJS := ../../Includes/Database.o sources/ogAdmServer.o
|
||||
|
|
Loading…
Reference in New Issue