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

Utility for linking neko dylibs into haxe #7

Merged
merged 3 commits into from
Mar 15, 2020
Merged

Utility for linking neko dylibs into haxe #7

merged 3 commits into from
Mar 15, 2020

Conversation

vic
Copy link
Member

@vic vic commented Mar 15, 2020

Tested locally (sill need some minor changes - related to recent .bash extension - in asdf master for this to work).

Linking neko's dylibs into haxe's binary dir allowed me to run haxelib successfully.

Fixes #4

@vic vic requested a review from smorimoto March 15, 2020 09:48
@vic
Copy link
Member Author

vic commented Mar 15, 2020

TODO list:

  • Mention about running asdf haxe neko-dylibs-link on README.
  • Also display a note about it on haxe install.

@vic vic changed the title WIP: Utility for linking neko dylibs into haxe Utility for linking neko dylibs into haxe Mar 15, 2020
@vic
Copy link
Member Author

vic commented Mar 15, 2020

This fixes the HaxeFoundation/neko#98 dyld: Library not loaded: @rpath/libneko.2.dylib error for asdf managed installations.

@vic vic merged commit 33d52df into master Mar 15, 2020
@vic vic deleted the neko branch March 15, 2020 18:06
@smorimoto smorimoto added the bug Something isn't working label Mar 15, 2020
@smorimoto
Copy link
Member

Wow! This is really great! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

dyld: Library not loaded: @rpath/libneko.2.dylib
2 participants