We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc71ec commit 5cad00fCopy full SHA for 5cad00f
.github/workflows/wheels-dependencies.sh
@@ -27,7 +27,7 @@ if [[ "$CIBW_PLATFORM" == "ios" ]]; then
27
PLAT=$(echo $CIBW_ARCHS | sed "s/\(.*\)_\(.*\)/\1/")
28
IOS_SDK=$(echo $CIBW_ARCHS | sed "s/\(.*\)_\(.*\)/\2/")
29
30
- # Build iOS builds in `build/iphoneos` or `build/iphonesimulator/`
+ # Build iOS builds in `build/iphoneos` or `build/iphonesimulator`
31
# (depending on the build target). Install them into `build/deps/iphoneos`
32
# or `build/deps/iphonesimulator`
33
WORKDIR=$(pwd)/build/$IOS_SDK
0 commit comments