Skip to content

Commit

Permalink
added lpthread library in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kijongGil committed Sep 3, 2018
1 parent 5c04047 commit 1f4d1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/lds_driver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SRCS = lds_driver.cpp
OBJS = lds_driver.o
LIB_DIRS = -L/usr/lib/x86_64-linux-gnu
INC_DIRS = -I/usr/include
LIBS = -lboost_system
LIBS = -lboost_system -lpthread
TARGET = lds_driver

all : $(TARGET)
Expand Down

0 comments on commit 1f4d1b7

Please sign in to comment.