Skip to content

Commit

Permalink
Fixing libserialcpp linker flag
Browse files Browse the repository at this point in the history
In order to work with LegrandGroup's fork of libserialcpp
  • Loading branch information
lionelains authored Jun 5, 2019
1 parent 5f1202b commit 2c7fcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LOCAL_LDFLAGS ?= -L/home/seb/_DEV/serial/compiled/li
LOCAL_INC ?= -I/home/seb/_DEV/serial/compiled/include

CXXFLAGS = -DUSE_SERIALCPP -W -Wall -pedantic -std=c++11 -Wno-unused-parameter -g -Weffc++
LDFLAGS = $(LOCAL_LDFLAGS) -lserial -lpthread
LDFLAGS = $(LOCAL_LDFLAGS) -lserialcpp -lpthread

EXEC = mainEzspTest
OBJECTFILES = mainEzspTest.o \
Expand Down

0 comments on commit 2c7fcbd

Please sign in to comment.