LibPyin
LibPyin copied to clipboard
How to have a ".a" file format for macOS compiling instead of ".dylib" ?
Hi,
I success compile for macOS so thanks for your previous answer and I get a ".dylib" file.
But I need a ".a" format and I don't know how to change command or Makefile to get a ".a" file.
Do you have an answer ?
Thanks a lot !
I think you want to change SHARED to STATIC in CMakeLists.txt and possibly remove add_definitions(-DLIBPYIN_BUILD_SHARED)