Browse Source

Build: Fix linking issues (Fix by positron, thanks!)

master
heck 4 years ago
parent
commit
65f9d72709
  1. 2
      Makefile

2
Makefile

@ -1,7 +1,7 @@
include Makefile.conf
LDFLAGS:=$(LDFLAGS)
LDLIBS=-lstdc++ -lpthread -ldl -lpEpEngine -lpEpAdapter
LDLIBS=-lstdc++ -lpthread -lpEpEngine -lpEpAdapter -ldl
CXXFLAGS:=-I./src $(CXXFLAGS)
# Src

Loading…
Cancel
Save