Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using .dlext directly from Libdl rather than Base.Libc (#142)
This line broke for me when using ClarabelRs on Julia 1.11. In previous releases of Julia it seems at you could dlext from Base.Libc.dlext, but that is not the case on 1.11 (at least on macOS). Since Libdl is loaded here one can instead get dlext from Libdl.dlext.
- Loading branch information