jinq0123 / LuaPbIntf

Binding Protobuf 3 to Lua 5.3
MIT License
134 stars 41 forks source link

how to build to .so not .dylib #20

Open donneyluckS opened 3 years ago

donneyluckS commented 3 years ago

how to build to .so not .dylib on macOS .dylib. can't read

jinq0123 commented 3 years ago

Try conan create . user/channel --build missing --options *:shared=False, which builds a static library. Sorry I do not have a mac and can not test it.

donneyluckS commented 3 years ago

test failed

i tryed many way all failed

crying