Update Makefile

This commit is contained in:
Jake Leahy 2022-06-09 14:33:53 +10:00 committed by GitHub
parent 563d53edd4
commit 1ed7f0089c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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