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 workaround for missing lib #361

Merged
merged 3 commits into from
Jun 1, 2021
Merged

Conversation

evnu
Copy link
Member

@evnu evnu commented Jun 1, 2021

This fixes f01719c: We accidentally removed a workaround for mix, which copied the libraries to the target directory in _build. d053522 originally introduced a workaround, copying symlink_or_copy. Here, we call into a public function of Mix.Project instead (which might be more future proof).

Fix #326

evnu added 2 commits June 1, 2021 11:42
This fixes f01719c: We accidentally removed a workaround for mix, which
copied the libraries to the target directory in `_build`. This
workaround was originally introduced with d053522.

Fix rusterlium#326
@evnu evnu marked this pull request as ready for review June 1, 2021 10:07
@evnu evnu requested a review from a team June 1, 2021 10:07
Copy link

@Mazyod Mazyod left a comment

Choose a reason for hiding this comment

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

build passes on my repro repo 👍

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.

Rustler Compiled Library is Missing
3 participants