From 0953dac21704c09c81ca1e75b85396a593426f89 Mon Sep 17 00:00:00 2001 From: jpmeijers Date: Sat, 25 Feb 2017 23:50:37 +0100 Subject: [PATCH] Fix to make mp compile correctly - from kersing --- dev/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/build.sh b/dev/build.sh index 128db8b..9c22f75 100755 --- a/dev/build.sh +++ b/dev/build.sh @@ -84,6 +84,7 @@ cd $INSTALL_DIR/dev/protobuf-c make protobuf-c/libprotobuf-c.la mkdir bin ./libtool install /usr/bin/install -c protobuf-c/libprotobuf-c.la `pwd`/bin +rm -f `pwd`/bin/*so* cd $INSTALL_DIR/dev/paho.mqtt.embedded-c/ make