changed all -lpthread to -pthread

This commit is contained in:
Dhanya Maliakal
2017-05-01 09:44:33 +02:00
parent 8ebbfbb84b
commit 3525bb3f9f

View File

@ -1,6 +1,6 @@
CC = g++
CLAGS += -DVERBOSE #VERYBOSE
LDLIBS += -lm -lstdc++ -lpthread
LDLIBS += -lm -lstdc++ -pthread
LDIR = ../../slsDetectorSoftware
RDIR = ../../slsReceiverSoftware