mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-12-26 13:28:22 +01:00
Merge pull request #32 from ire4ever1190/patch-1
Fix `install-shared` Make task
This commit is contained in:
commit
ed4e2fc38a
2
Makefile
2
Makefile
@ -120,7 +120,7 @@ install: $(TARGETS)
|
|||||||
install-shared:
|
install-shared:
|
||||||
if test `uname` = Darwin; then \
|
if test `uname` = Darwin; then \
|
||||||
$(MAKE) DSONAME="libpdfio.1.dylib" -$(MAKEFLAGS) install; \
|
$(MAKE) DSONAME="libpdfio.1.dylib" -$(MAKEFLAGS) install; \
|
||||||
else
|
else \
|
||||||
$(MAKE) DSONAME="libpdfio.so.1" -$(MAKEFLAGS) install; \
|
$(MAKE) DSONAME="libpdfio.so.1" -$(MAKEFLAGS) install; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user