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

Windows support #39

Merged
merged 4 commits into from
Jan 9, 2024
Merged

Windows support #39

merged 4 commits into from
Jan 9, 2024

Conversation

lfittl
Copy link
Member

@lfittl lfittl commented Jan 7, 2024

Note that this also removes our use of the Makefile in build.rs, and instead uses the cc crate to build libpg_query directly. This matches what we do in other libraries (pg_query in Ruby, pg_query_go).

Depends on pganalyze/libpg_query#233

Fixes #34

Copy link
Contributor

@msepga msepga left a comment

Choose a reason for hiding this comment

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

Left 2 nits but otherwise LGTM. I can confirm tests are passing here 👍

build.rs Outdated Show resolved Hide resolved
build.rs Outdated Show resolved Hide resolved
@lfittl lfittl merged commit 3febe5b into main Jan 9, 2024
7 checks passed
@lfittl lfittl deleted the windows-support branch January 9, 2024 23:15
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.

build error: program not found
2 participants