Merge pull request #1930 from etactica/crosss-fixes20

apps: mosquitto_ctrl: don't hard set paths
This commit is contained in:
Roger Light 2020-12-04 22:00:28 +00:00 committed by GitHub
commit 5679a4d432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,7 @@ else
LIBMOSQ:=../../lib/libmosquitto.a
endif
LOCAL_CPPFLAGS:=-I/usr/include/cjson -I/usr/local/include/cjson -I../mosquitto_passwd
LOCAL_LDFLAGS:=-L/usr/local/lib
LOCAL_CPPFLAGS:=-I../mosquitto_passwd
OBJS= mosquitto_ctrl.o \
client.o \