This commit is contained in:
Matthew Fosse 2023-10-19 08:28:12 -04:00 committed by GitHub
parent 8889f09509
commit 8ca9fa0a82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

0
model_generator.sh Normal file → Executable file
View file

View 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