From ac0078df72d163ef40ee16d3b3ed464c62f9dc4e Mon Sep 17 00:00:00 2001 From: odow Date: Thu, 29 Feb 2024 14:22:18 +1300 Subject: [PATCH] Update Windows --- src/Xpress.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Xpress.jl b/src/Xpress.jl index 43561e0e..ae259100 100644 --- a/src/Xpress.jl +++ b/src/Xpress.jl @@ -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")