mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-01 18:30:05 +02:00
changed all -lpthread to -pthread
This commit is contained in:
parent
3e9476cca2
commit
7c3b5065a5
@ -1,6 +1,6 @@
|
|||||||
CC = g++
|
CC = g++
|
||||||
CLAGS += -DVERBOSE #VERYBOSE
|
CLAGS += -DVERBOSE #VERYBOSE
|
||||||
LDLIBS += -lm -lstdc++ -lpthread
|
LDLIBS += -lm -lstdc++ -pthread
|
||||||
|
|
||||||
LDIR = ../../slsDetectorSoftware
|
LDIR = ../../slsDetectorSoftware
|
||||||
RDIR = ../../slsReceiverSoftware
|
RDIR = ../../slsReceiverSoftware
|
||||||
|
Loading…
x
Reference in New Issue
Block a user