Skip to content

Commit

Permalink
Fix bad python command for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Dec 10, 2024
1 parent 9ca6b48 commit 0954043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ EXT=".so"

echo -n "Detecting platform..."
if [[ "$OSTYPE" == "msys" ]]; then
PY=py -
PY="py -"
DEFAULT_INSTALL_DIR="${APPDATA//\\//}/local"
PLATFORM="windows"
ROOT=$ROOTWINDOWS
Expand Down

0 comments on commit 0954043

Please sign in to comment.