Skip to content

Commit

Permalink
updated makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeoli committed Aug 24, 2024
1 parent 5a916b0 commit 46061a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extlib/makefile-libCPLEX
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ endif
# macros to be exported - - - - - - - - - - - - - - - - - - - - - - - - - - -

ifeq ($(UNAME_S),Windows)
libCPLEXLIB = -L"$(libCPLEXINCDIR)" -lilocplex -lcplex \
-L"$(VCPKG_ROOT)/lib" $(libCPLEXEXTLIB)
libCPLEXLIB = -L"$(libCPLEXINCDIR)" -lilocplex -lcplex2211 \
-L"$(VCPKG_ROOT)/lib" $(libCPLEXEXTLIB)
else
libCPLEXLIB = -L"$(libCPLEXINCDIR)" -lilocplex -lcplex $(libCPLEXEXTLIB)
endif
Expand Down

0 comments on commit 46061a5

Please sign in to comment.