Skip to content

Commit

Permalink
Update Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Feb 29, 2024
1 parent cffdb99 commit ac0078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xpress.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ elseif Sys.islinux() # Use the artifact instead.
elseif Sys.iswindows() # Use the artifact instead.
const xpressdlpath = joinpath(
LazyArtifacts.artifact"xpresspy",
"lib/python3.10/site-packages/xpress/lib",
joinpath("lib", "site-packages", "xpress", "lib"),
)
const libxprs = joinpath(xpressdlpath, "xprs.dll")
elseif haskey(ENV, "XPRESS_JL_NO_DEPS_ERROR")
Expand Down

0 comments on commit ac0078d

Please sign in to comment.