Skip to content
Snippets Groups Projects
Commit a90ae13c authored by Erinn Clark's avatar Erinn Clark
Browse files

update zlib library name in linux makefile

parent ad859b06
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ install-binaries:
cp -d $(QT)/libQtNetwork.so* $(LIBSDIR)
cp -d $(QT)/libQtXml.so* $(LIBSDIR)
# zlib
cp -d $(ZLIB)/libz.so $(ZLIB)/libz.so.1 $(ZLIB)/libz.so.1.2.6 $(LIBSDIR)/libz
cp -d $(ZLIB)/libz.so $(ZLIB)/libz.so.1 $(ZLIB)/libz.so.1.2.7 $(LIBSDIR)/libz
# Libevent
cp -d $(LIBEVENT)/libevent-2.0.so.5 $(LIBEVENT)/libevent-2.0.so.5.1.7 $(LIBEVENT)/libevent_core.so \
$(LIBEVENT)/libevent_core-2.0.so.5 $(LIBEVENT)/libevent_core-2.0.so.5.1.7 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment