olilarkin / ort-builder

ONNX Runtime static library builder
MIT License
48 stars 13 forks source link

No libonnxruntime.a on Linux #10

Open mchagneux opened 7 months ago

mchagneux commented 7 months ago

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!