Update Makefile

This commit is contained in:
Jake Leahy
2022-06-09 14:33:53 +10:00
committed by GitHub
parent 563d53edd4
commit 1ed7f0089c

View File

@ -120,7 +120,7 @@ install: $(TARGETS)
install-shared:
if test `uname` = Darwin; then \
$(MAKE) DSONAME="libpdfio.1.dylib" -$(MAKEFLAGS) install; \
else
else \
$(MAKE) DSONAME="libpdfio.so.1" -$(MAKEFLAGS) install; \
fi