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.
2 parents b61d251 + ac0613f commit 4f78cc8Copy full SHA for 4f78cc8
deps/build.jl
@@ -73,10 +73,10 @@ function find_lib_ker()
73
wpaths = [ENV["JULIA_WOLFRAM_DIR"]]
74
else
75
wpaths = String[]
76
- for dir in ["C:\\Program Files\\Wolfram Research\\Mathematica", "C:\\Program Files\\Wolfram Research\\Wolfram Engine"]
+ for mpath in ["C:\\Program Files\\Wolfram Research\\Mathematica", "C:\\Program Files\\Wolfram Research\\Wolfram Engine"]
77
if isdir(mpath)
78
for ver in readdir(mpath)
79
- push!(wpaths, joinpath(dir, ver))
+ push!(wpaths, joinpath(mpath, ver))
80
end
81
82
0 commit comments