Skip to content

Commit

Permalink
Wrong include path
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Feb 17, 2025
1 parent b81a5a7 commit 629cd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cbc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def install
args << "--with-glpk-lib=-L#{Formula["coin-or-tools/coinor/glpk@448"].opt_lib} -lglpk"
args << "--with-glpk-incdir=#{Formula["coin-or-tools/coinor/glpk@448"].opt_include}"

args << "--with-asl-incdir=#{Formula["ampl-mp"].opt_include}/asl"
args << "--with-asl-lib=-L#{Formula["ampl-mp"].opt_lib} -lasl"
args << "--with-asl-incdir=#{Formula["ampl-mp@3.1.0"].opt_include}/asl"
args << "--with-asl-lib=-L#{Formula["ampl-mp@3.1.0"].opt_lib} -lasl"

system "./configure", *args

Expand Down

0 comments on commit 629cd51

Please sign in to comment.