Skip to content

Commit

Permalink
fix: Add another missing source file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk committed Jun 24, 2024
1 parent 459570e commit 4619a78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coin-or-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ fn compile_cgl() -> Vec<String> {

const CBC_SRC_PATH: &str = "vendor/Cbc/Cbc/src";

const CBC_SRCS: [&str; 74] = [
const CBC_SRCS: [&str; 75] = [
// Solver
"Cbc_C_Interface.cpp",
"CbcCbcParam.cpp",
Expand All @@ -394,6 +394,7 @@ const CBC_SRCS: [&str; 74] = [
"CbcMipStartIO.cpp",
"CbcLinked.cpp",
"CbcLinkedUtils.cpp",
"unitTestClp.cpp",
// Lib
"CbcBranchAllDifferent.cpp",
"CbcBranchCut.cpp",
Expand Down

0 comments on commit 4619a78

Please sign in to comment.