Fix to make mp compile correctly - from kersing

This commit is contained in:
jpmeijers 2017-02-25 23:50:37 +01:00
parent 22f8375e16
commit 0953dac217

View File

@ -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