Skip to content

Commit

Permalink
Fix OR-Tools library to use on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Dec 3, 2024
1 parent 1a77ddd commit c4210b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def make_liblincs_extension():
include_dirs += [os.path.join(lincs_dependencies, "include")]
library_dirs += [os.path.join(lincs_dependencies, "lib")]
libraries += [
"ortools",
"ortools_full",
f"python{sys.version_info.major}{sys.version_info.minor}",
]
elif sys.platform == "darwin":
Expand Down

0 comments on commit c4210b0

Please sign in to comment.