Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dgw): dynamically load XMF native lib on startup #939

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

CBenoit
Copy link
Member

@CBenoit CBenoit commented Jul 26, 2024

By default, we look for the library at /usr/lib/libxmf.so on Linux, and xmf.dll alongside the executable on Windows.

Developers may specify a different path to xmf.dll / libxmf.so using lib_xmf_path debug option:

{
  "__debug__": {
    "lib_xmf_path": "/usr/local/lib/libxmf.so"
  }
}

@CBenoit CBenoit enabled auto-merge (squash) July 26, 2024 10:13
@CBenoit CBenoit merged commit 86dee26 into master Jul 26, 2024
25 checks passed
@CBenoit CBenoit deleted the integrate-cadeau-lib branch July 26, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants