Hi guys,
I am trying to build some binaries for a model containing ModelingToolkit.jl, OrdinaryDiffEq.jl, and Open62541.jl. The compilation finishes but if I try to run the binary, I get the following error message:

Clearly, this is related to some artifact related to IntelOpenMP, but since I am completely new to PackageCompiler.jl and still fairly new to Julia, I am a bit lost in debugging this error. Do you have any suggestions, what I could do?