Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 14, 2023
1 parent c6e7850 commit baf1fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheels/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function pip_wheel_cmd {
if [ -z "$IS_MACOS" ]; then
CFLAGS="$CFLAGS --std=c99" # for Raqm
fi
python3 -m pip wheel $(pip_opts) \
python3 -m pip wheel -v $(pip_opts) \
-w $abs_wheelhouse --no-deps .
}

Expand Down

0 comments on commit baf1fea

Please sign in to comment.