Skip to content

.dylib and static lib fix#51

Open
ksiazkowicz wants to merge 1 commit intoEOSIO:masterfrom
ulamlabs:build-patches
Open

.dylib and static lib fix#51
ksiazkowicz wants to merge 1 commit intoEOSIO:masterfrom
ulamlabs:build-patches

Conversation

@ksiazkowicz
Copy link
Copy Markdown

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
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