You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While doing cross-compilation of Python packages for iOS calling arm64-apple-ios-clang script (and other aliases as well) fails if arguments contain spaces, for example:
Bug report
Bug description:
While doing cross-compilation of Python packages for iOS calling
arm64-apple-ios-clang
script (and other aliases as well) fails if arguments contain spaces, for example:gives
clang: invalid directory name: '1.2.2"'
error.To fix that
$@
inside script should be wrapped with quotes:"$@"
.I'm going to make PR.
CPython versions tested on:
3.12
Operating systems tested on:
macOS
Linked PRs
xcrun --sdk
clang/ar scripts to allow arguments with spaces #127575The text was updated successfully, but these errors were encountered: