mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
Copy lib unbound to monero dir.
This commit is contained in:
parent
4abcdd1c0f
commit
805d72219e
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,7 @@ esac
|
|||
|
||||
LIB_DIR=${CW_EXRTERNAL_DIR}/${ABI}/lib
|
||||
INCLUDE_DIR=${CW_EXRTERNAL_DIR}/${ABI}/include
|
||||
LIBANBOUND_PATH=${PREFIX}/lib/libunbound.a
|
||||
|
||||
mkdir -p $LIB_DIR
|
||||
mkdir -p $INCLUDE_DIR
|
||||
|
@ -31,6 +32,9 @@ mkdir -p $INCLUDE_DIR
|
|||
cp -r ${PREFIX}/lib/* $LIB_DIR
|
||||
cp -r ${PREFIX}/include/* $INCLUDE_DIR
|
||||
|
||||
if [ -f "$LIBANBOUND_PATH" ]; then
|
||||
cp $LIBANBOUND_PATH ${LIB_DIR}/monero
|
||||
fi
|
||||
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue