mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-14 17:03:38 +00:00
neutils/mqttc: Update to version 1.1.5
and remove the temp change Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
3638f1c3fa
commit
0f7ee888d4
2 changed files with 1 additions and 4 deletions
|
|
@ -13,6 +13,6 @@ if NETUTILS_MQTTC
|
|||
|
||||
config NETUTILS_MQTTC_VERSION
|
||||
string "MQTT-C Version"
|
||||
default "1.1.4"
|
||||
default "1.1.5"
|
||||
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@
|
|||
ifneq ($(CONFIG_NETUTILS_MQTTC),)
|
||||
CONFIGURED_APPS += $(APPDIR)/netutils/mqttc
|
||||
|
||||
CFLAGS += -D__unix__
|
||||
CXXFLAGS += -D__unix__
|
||||
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" \
|
||||
$(APPDIR)/netutils/mqttc/MQTT-C/include}
|
||||
CXXFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue