remove makefile bug

This commit is contained in:
Scott Fennell 2020-02-05 13:39:18 -06:00
parent 9394b4d7e9
commit c89b66b5ce

View File

@ -173,7 +173,7 @@ endif
ifeq (${TRICK_MONGOOSE},1)
TRICK_LIBS += -ltrickHTTP ${TRICK_LIB_DIR}/libmongoose.a
TRICK_SWIG_FLAGS += -DUSE_MONGOOSE
TRICK_SWIG_FLAGS += -DUSE_MONGOOSE
endif
# We pipe the output of compiler through tee. If the user wanted gcc color, make sure they get it.