Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add leading whitespace for include file #623

Merged
merged 1 commit into from Aug 7, 2021

Conversation

brentpicasso
Copy link
Contributor

Building pillow using the toolchain yielded this error

[DEBUG   ] clang: error: unknown argument: '-fembed-bitcode-I/Users/macmini/git-projects/kivy-ios/dist/include/arm64/freetype'
[DEBUG   ] clang: error: unknown argument: '-fembed-bitcode-I/Users/macmini/git-projects/kivy-ios/dist/include/arm64/freetype'
[DEBUG   ] clang: error: unknown argument: '-fembed-bitcode-I/Users/macmini/git-projects/kivy-ios/dist/include/arm64/freetype'
[DEBUG   ] building 'PIL._imagingmorph' extension
[DEBUG   ] /var/folders/7m/19dmy2xs46370hc7gdlcqcr80000gn/T/tmp209cibhe -O3 -miphoneos-version-min=9.0 -I/Users/macmini/git-projects/kivy-ios/dist/include/arm64/freetype -I/Users/macmini/git-projects/kivy-ios/dist/include/arm64/hostlibffi -I/Users/macmini/git-projects/kivy-ios/dist/include/arm64/ffi -I/Users/macmini/git-projects/kivy-ios/dist/include/arm64/libjpeg -I/Users/macmini/git-projects/kivy-ios/dist/include/arm64/openssl -I/Users/macmini/git-projects/kivy-ios/dist/include/arm64 -fembed-bitcode-I/Users/macmini/git-projects/kivy-ios/dist/include/arm64/freetype -I/Users/macmini/git-projects/kivy-ios/dist/include/arm64/libjpeg -arch arm64 -g -I/Users/macmini/git-projects/kivy-ios/dist/include/arm64/freetype -I/Users/macmini/git-projects/kiv```

Found that adding a space in front of the -I in the recipe fixes this. 

Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix 🙏

@AndreMiras AndreMiras merged commit 2e2ee00 into kivy:master Aug 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants