From d1403ea5041154c8d503d74e9e0018561cd79494 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Tue, 3 Jul 2018 21:13:33 +0200 Subject: [PATCH] Fix csharp_linear_solver deps - need to depends on GLOP_DEPS --- makefiles/Makefile.dotnet.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/makefiles/Makefile.dotnet.mk b/makefiles/Makefile.dotnet.mk index 0a12ad9041..0b1567e9a1 100644 --- a/makefiles/Makefile.dotnet.mk +++ b/makefiles/Makefile.dotnet.mk @@ -55,6 +55,7 @@ $(GEN_DIR)/ortools/linear_solver/linear_solver_csharp_wrap.cc: \ $(SRC_DIR)/ortools/linear_solver/csharp/linear_solver.i \ $(SRC_DIR)/ortools/base/base.i \ $(SRC_DIR)/ortools/util/csharp/proto.i \ + $(GLOP_DEPS) \ $(LP_DEPS) $(SWIG_BINARY) $(SWIG_INC) -I$(INC_DIR) -c++ -csharp \ -o $(GEN_DIR)$Sortools$Slinear_solver$Slinear_solver_csharp_wrap.cc \