Correct a dumb pip invocation error.

This commit is contained in:
Russell Keith-Magee 2024-10-25 14:47:51 +08:00
parent 06dbfedb0f
commit 5a8373e527
No known key found for this signature in database
GPG Key ID: 3D2DAB6A37BB5BC3

View File

@ -194,7 +194,7 @@ if [[ -n "$IS_MACOS" ]]; then
# Ensure pkg-config is available
build_pkg_config
# Ensure cmake is available
python3 -m pip cmake
python3 -m pip install cmake
fi
wrap_wheel_builder build