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

Autodetect cython2 version #296

Merged
merged 1 commit into from
Nov 6, 2014
Merged

Autodetect cython2 version #296

merged 1 commit into from
Nov 6, 2014

Conversation

rdoursenaud
Copy link
Contributor

Solves this buildozer issue: kivy/buildozer#159

@tshirtman
Copy link
Member

looks good to me.

edit actually no: ↓

@@ -42,6 +42,12 @@ if [ "X$VIRTUALENV_NAME" == "X" ]; then
VIRTUALENV_NAME="$(which virtualenv)"
fi

# Resolve Cython path
CYTHON="$(which cython2)"
if [ "X$PYTHON" == "X" ]; then
Copy link
Member

Choose a reason for hiding this comment

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

There may be a typo here, don't you mean X$CYTHON ?

@rdoursenaud
Copy link
Contributor Author

Yep, copy/pasted too fast. Fix on the way.

tshirtman added a commit that referenced this pull request Nov 6, 2014
@tshirtman tshirtman merged commit e597be8 into kivy:master Nov 6, 2014
@tshirtman
Copy link
Member

👍
thanks

@rdoursenaud
Copy link
Contributor Author

:)

@rdoursenaud rdoursenaud deleted the cython-detect branch November 6, 2014 10:53
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.

2 participants