Fix ANOTHER bad path

release/4.3a0
Yashas Ambati 2025-02-19 23:08:26 -05:00
parent 500808396a
commit 00b70e661a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PROJECT_DIR="$2"
export PYTHON="python${PYTHON_VERSION}"
rm -rf /build/python
rm -rf $PROJECT_DIR/build
export CMAKE_GENERATOR=Ninja
cmake $PROJECT_DIR \