abieos icon indicating copy to clipboard operation
abieos copied to clipboard

.dylib and static lib fix

Open ksiazkowicz opened this issue 4 years ago • 0 comments

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

ksiazkowicz avatar Apr 24 '20 08:04 ksiazkowicz