Skip to content
Snippets Groups Projects
Commit dd0e3658 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

libarchive: use static for macOS

Change-Id: Ie3b7089156c481b5abfad1978ee90f241c0ef675
parent a89bcbe4
No related branches found
No related tags found
No related merge requests found
......@@ -34,5 +34,7 @@ endif
cd $< && cd buildlib && $(MAKE) install
ifdef HAVE_LINUX
cd $< && cd $(PREFIX)/lib && rm libarchive.so*
else ifdef HAVE_MACOSX
cd $< && cd $(PREFIX)/lib && rm libarchive*.dylib
endif
touch $@
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