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

.dylib and static lib fix #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ksiazkowicz
Copy link

When trying to use your library, I noticed two things:

  • I can't really link against it dynamically on my Mac because linker expects a .dylib, not a module,
  • If I link statically against libabieos.a, it's missing symbols from abieos.cpp. I'm not sure if it's OK with you to add it to the main file so I added another build target called abieos_static

- Mac: Build abieos as shared library (.dylib) for linking,
- Add missing .cpp file to static build
kryton added a commit to kryton/eosio-rust-api that referenced this pull request May 19, 2020
goldentechie added a commit to goldentechie/eosio-api that referenced this pull request Dec 9, 2021
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.

1 participant