Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ENH: Fix libut naming
  • Loading branch information
Pariksheet Nanda committed Feb 22, 2018
1 parent 893325d commit 7fe5474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/Install/optiSolverPack_Install.m
Expand Up @@ -586,7 +586,7 @@ inc = [inc '-I"' mkl_inc '" '];
%Get MKL Fortran Libs
lib = [' -L"' mkl_lib '" -L"' mkl_clib '" ' mkl_for_link];
%Get Ctrl-C Library
lib = [lib '-llibut '];
lib = [lib '-lut '];

for i = 1:length(files)
%Remove Existing Solver from Memory
Expand Down

0 comments on commit 7fe5474

Please sign in to comment.