Skip to content

Commit

Permalink
🐛 force the current python as the built python
Browse files Browse the repository at this point in the history
  • Loading branch information
je-cook committed Mar 2, 2023
1 parent 27abe80 commit ccf3fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ $PTYHON_VENV_PATH ]
then
cmake -S . -B build -DPython3_ROOT_DIR=$PTYHON_VENV_PATH
else
cmake -S . -B build
cmake -S . -B build -DPython3_ROOT_DIR=$(which python)
fi
cmake --build build

Expand Down

0 comments on commit ccf3fc9

Please sign in to comment.