mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
fix (#1136)
This commit is contained in:
parent
8889f09509
commit
8ca9fa0a82
2 changed files with 1 additions and 1 deletions
0
model_generator.sh
Normal file → Executable file
0
model_generator.sh
Normal file → Executable file
|
@ -10,7 +10,7 @@ echo "============================ SODIUM ============================"
|
|||
echo "Cloning SODIUM from - $SODIUM_URL"
|
||||
git clone $SODIUM_URL $SODIUM_PATH --branch stable
|
||||
cd $SODIUM_PATH
|
||||
./dist-build/osx.sh
|
||||
./dist-build/macos.sh
|
||||
|
||||
mv ${SODIUM_PATH}/libsodium-osx/include/* $EXTERNAL_MACOS_INCLUDE_DIR
|
||||
mv ${SODIUM_PATH}/libsodium-osx/lib/* $EXTERNAL_MACOS_LIB_DIR
|
Loading…
Reference in a new issue