Skip to content

Commit

Permalink
Removed libgfortran lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 30, 2023
1 parent 50e884d commit be00c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if sys.platform == 'win32':
# print(os.path.join(os.environ['CPATH']))
dlls = [('C:\\hostedtoolcache\\windows\\Python\\3.10.11\\x64\\Lib\\site-packages\\casadi\\libcasadi.dll', '.'),
('C:\\hostedtoolcache\\windows\\Python\\3.10.11\\x64\\Lib\\site-packages\\casadi\\libcasadi_nlpsol_ipopt.dll', '.'),
('C:\\hostedtoolcache\\windows\\Python\\3.10.11\\x64\\Lib\\site-packages\\casadi\\libgfortran-3.dll', '.'),
#('C:\\hostedtoolcache\\windows\\Python\\3.10.11\\x64\\Lib\\site-packages\\casadi\\libgfortran-3.dll', '.'),
('C:\\hostedtoolcache\\windows\\Python\\3.10.11\\x64\\Lib\\site-packages\\casadi\\libquadmath-0.dll', '.')]
else:
dlls = []
Expand Down

0 comments on commit be00c07

Please sign in to comment.