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

Make cross-compilation possible #40

Merged
merged 4 commits into from
Jun 17, 2022
Merged

Make cross-compilation possible #40

merged 4 commits into from
Jun 17, 2022

Commits on May 31, 2022

  1. Make cross-compilation possible

    This is achieved by using specific env_vars for the target.
    This allows the crate being compiled for diesel_migrations for the host.
    While also compiling it with the correct lib dir for the target.
    spruce committed May 31, 2022
    Configuration menu
    Copy the full SHA
    88ff824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c55ab30 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    abad522 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    a7d9d75 View commit details
    Browse the repository at this point in the history