Browse Source

Build: link against libpEpCxx11

pull/1/head
heck 3 years ago
parent
commit
b5b4a0beec
  1. 2
      test/Makefile

2
test/Makefile

@ -7,7 +7,7 @@ include ../Makefile.conf
CXXFLAGS:=-I../src $(CXXFLAGS)
LDFLAGS:=-L../src $(LDFLAGS)
LDLIBS=-lstdc++ -lpEpAdapter #-lpthread -ldl -lm
LDLIBS=-lstdc++ -lpEpCxx11 -lpthread -lm
CXXFLAGS:=-I../src $(CXXFLAGS)
# Test

Loading…
Cancel
Save