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

Fix build script on Windows with MYSYS2 #156

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

Conversation

balazsdukai
Copy link

@balazsdukai balazsdukai commented Mar 30, 2023

Fixes the build on Windows when using MYSYS2, explicitly using libstdc++.
In order to build with mysys2, use the UCRT64 environment and the required libraries are (prefix: mingw-w64-ucrt-x86_64-):

  • clang
  • cmake
  • libtiff
  • make
  • rust
  • sqlite3

balazsdukai added a commit to 3DGI/tyler that referenced this pull request Mar 30, 2023
Until georust/proj#156 is merged.
Because the changes are needed in proj-sys build.rs script.
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

1 participant