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 5f6c5d0 commit ac0613fCopy full SHA for ac0613f
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