Minor fix

release/4.3a0
Yashas Ambati 2025-02-26 09:59:55 -05:00
parent 170b59a1e0
commit 26ea15c40e
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,7 @@ if [ "$(uname)" == "Linux" ]; then
cd boost_1_87_0
./bootstrap.sh --prefix=/opt/boost
./b2 install --prefix=/opt/boost --with=all
cd ..
elif [ "$(uname)" == "Darwin" ]; then
brew install wget cmake boost
fi
@ -28,7 +29,6 @@ fi
$(which $PYTHON) -m pip install -r $PROJECT_DIR/python/dev_requirements.txt
# Remove build/cache files that were generated on host
cd ..
rm -rf $PROJECT_DIR/build
rm -rf CMakeCache.txt CMakeFiles