mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
fix bug in makefile
This commit is contained in:
parent
2eddb8ad81
commit
ee3c36a092
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ multi-arch:
|
|||
echo "WARNING: archive `basename $$archive` exists in arm tree but does not exists in i386 tree."; \
|
||||
fi \
|
||||
done
|
||||
if ! test -f $(prefix)../apple-darwin/lib/libtunnel.a ; then \
|
||||
if ! test -f $(prefix)/../apple-darwin/lib/libtunnel.a ; then \
|
||||
cp -f $(BUILDER_SRC_DIR)/../submodules/binaries/libdummy.a $(prefix)/../apple-darwin/lib/libtunnel.a ; \
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue