Skip to content

Commit

Permalink
Update cst_ssc.jl
Browse files Browse the repository at this point in the history
refined which .so file is called.
  • Loading branch information
jgifford914 authored Dec 2, 2024
1 parent 599235b commit 802ad31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/cst_ssc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function run_ssc(case_data::Dict)
if Sys.isapple()
libfile = "libssc.dylib"
elseif Sys.islinux()
libfile = "libssc.so"
libfile = "ssc.so"
elseif Sys.iswindows()
libfile = "ssc_new.dll"
end
Expand Down

0 comments on commit 802ad31

Please sign in to comment.