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

build: libarchive for iOS

Change-Id: I43d881096bc375b9c33984c3078a04036de07737
parent 622ae14d
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ endif ...@@ -34,7 +34,7 @@ endif
cd $< && cd buildlib && $(MAKE) install cd $< && cd buildlib && $(MAKE) install
ifdef HAVE_LINUX ifdef HAVE_LINUX
cd $< && cd $(PREFIX)/lib && rm libarchive.so* cd $< && cd $(PREFIX)/lib && rm libarchive.so*
else ifdef HAVE_MACOSX else ifdef HAVE_DARWIN_OS
cd $< && cd $(PREFIX)/lib && rm libarchive*.dylib cd $< && cd $(PREFIX)/lib && rm libarchive*.dylib
endif endif
touch $@ touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment