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 on Linux When Not Using Plugins #11

Merged

Conversation

zicklag
Copy link
Contributor

@zicklag zicklag commented Jun 8, 2021

When compiling the template app I ran into an error on Linux that said the libflutter_linux_gtk.so symlink could not be created. The problem was just that the target/debug/lib dir needed to be created first. This change fixes that.


Great project BTW! This looks amazing and I'm very excited to try it out. I've been looking for a good way to hook Flutter up to Rust for making apps and the example app just worked right out-of-the box, which is pretty amazing.

@knopp
Copy link
Contributor

knopp commented Jun 8, 2021

Thank you! I must have missed this when adding the RUNPATH.

@knopp knopp merged commit bee015d into nativeshell:main Jun 8, 2021
@zicklag zicklag deleted the feature/fix-linux-template-build branch June 8, 2021 15:11
@zicklag
Copy link
Contributor Author

zicklag commented Jun 8, 2021

It actually works when you have plugins like in the examples repo so it was easy to miss. Glad I could help!

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

2 participants