We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af76a18 commit 07baa34Copy full SHA for 07baa34
src/MATLAB.jl
@@ -81,7 +81,7 @@ function __init__()
81
82
# load libraries
83
# workaround for https://github.com/JuliaInterop/MATLAB.jl/issues/200
84
- if Sys.iswindows()
+ if Sys.iswindows() || Sys.islinux()
85
ENV["PATH"] = string(matlab_libpath, ";", ENV["PATH"])
86
end
87
libmx[] = Libdl.dlopen(joinpath(matlab_libpath, "libmx"), Libdl.RTLD_GLOBAL)
0 commit comments