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 #348 for cross-compiling onto mingw-w64. #349

Open
wants to merge 4 commits into
base: release-0.11.0
Choose a base branch
from

Conversation

gjz010
Copy link

@gjz010 gjz010 commented Feb 28, 2024

Fix #348 (comment) .

A new cross-compiling example is added for reference.

Pull Requests

Many files are generated. When you draft your changes, please separate out
commits that affect:

  • Cargo.lock
  • Cargo.nix
  • flake.lock

Keeping these changes isolated in specific commits makes it much easier to pull
in your changes in parallel with other features. Maintainers may harvest your
changes. We only guarantee to preserve authorship in the git log (when we
remember to do so).

Creating pull requests

  1. Fork this repository into the personal GitHub account
  2. Select the appropriate branch, release- for stable changes, unstable
    for breaking changes
  3. Make changes on the personal fork
  4. Make a Pull Request against this repository
  5. Allow maintainers to make changes to your pull request (there's a checkbox)
  6. Once the pull request has been approved, you will be thanked and observe your
    changes applied with authorship preserved (if we remember)

@@ -1,8 +1,9 @@
[package]
name = "hello-world"
version = "0.1.0"
authors = ["Eyal Kalderon <eyal.kalderon@tenx.tech>"]
authors = ["gjz010 <gjz010@gjz010.com>"]
Copy link
Member

@psionic-k psionic-k Mar 8, 2024

Choose a reason for hiding this comment

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

Author should not be changed.

Copy link
Author

Choose a reason for hiding this comment

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

It is a brand new test case that I added to test calling Win32 API through winapi and windows_rs crates. I will revert the change if you prefer that.

Copy link
Member

Choose a reason for hiding this comment

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

Oh never mind. I must have looked at the individual commit and not the whole change set.

Thanks for changes. I'm currently back in the thick of deployment work and likely to do some overdue work here, including merging changes like these.

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.

Wrong platform triplet for x86_64-pc-windows-gnu(x86_64-w64-mingw32)
2 participants