Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 14, 2023
1 parent 29ebb31 commit 133e3cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Define custom utilities
# Test for macOS with [ -n "$IS_MACOS" ]
if [ -z "$IS_MACOS" ]; then
export MB_ML_LIBC=$(echo $AUDITWHEEL_POLICY | cut -f 1 -d _)
export MB_ML_VER="_"$(echo $AUDITWHEEL_POLICY | cut -f 2- -d _)
export MB_ML_LIBC=${AUDITWHEEL_POLICY::9}
export MB_ML_VER=${AUDITWHEEL_POLICY:9}
fi
source wheels/multibuild/common_utils.sh
PLAT=$CIBW_ARCHS source wheels/multibuild/library_builders.sh
Expand Down

0 comments on commit 133e3cc

Please sign in to comment.