Hi there,
I followed the tutorial How to Load Additional Files at Runtime — Dune documentation to dynload plugins with dune. Everything work well.
However, when I want to execute app.exe
without dune with the command
dune build @install && ./_build/install/default/bin/app
With this command, the plugin is not registered. Which supplementary steps are needed?
When the package is installed on a system, shouldn’t we expect to run the binary without dune?
Thank you for your help
5 posts - 3 participants