ort-builder
ort-builder copied to clipboard
No libonnxruntime.a on Linux
I need the static build on Linux but the default script generated the shared lib. If I comment the --build_shared_lib
line those files disappear but there's still no static build. I think I'm missing a stupid detail here but I couldn't find how to get the libonnxruntime.a
file.
Thanks in advance!