Open donneyluckS opened 3 years ago
how to build to .so not .dylib on macOS .dylib. can't read
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.
conan create . user/channel --build missing --options *:shared=False
test failed
i tryed many way all failed
crying
how to build to .so not .dylib on macOS .dylib. can't read