Closed daeho-ro closed 1 month ago
After the version upgrade, there are --version-script option now but it does not working on macos.
--version-script
ld: unknown options: --version-script=/tmp/mosquitto-20241003-6610-u78el7/mosquitto-2.0.19/lib/linker.version clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [lib/libmosquitto.2.0.19.dylib] Error 1 make[1]: *** [lib/CMakeFiles/libmosquitto.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs....
Thanks very much, I guess we need a workflow to build on macos.
After the version upgrade, there are
--version-script
option now but it does not working on macos.