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 patch for sqlite for config.guess to properly identify Cygwin-64 … #978

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

embray
Copy link

@embray embray commented Nov 30, 2016

…when uname -m returns 'x84_64'

Tried to do this without a patch--in princple this could be fixed by passing the correct --build flag
to configure, but it was too tricky to do that on a conditional basis.

This could also be fixed by giving sqlite a newer config.guess entirely but it's easy enough to add this one small patch.

…when uname -m returns 'x84_64'

Tried to do this without a patch--in princple this could be fixed by passing the correct --build flag
to configure, but it was too tricky to do that on a conditional basis.
@cekees
Copy link
Contributor

cekees commented Nov 30, 2016

+1. BTW, how are you building on cygwin? By hand or using some sort of CI? (Can you do cygwin builds in AppVeyor?)

@embray
Copy link
Author

embray commented Nov 30, 2016

Cygwin builds are possible on AppVeyor though I haven't tried it yet. Once I get everything working locally I could help set that up if you want.

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