Skip to content

Commit

Permalink
#6
Browse files Browse the repository at this point in the history
  • Loading branch information
joehuchette committed Dec 12, 2013
1 parent ade8ed7 commit 33341aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using BinDeps
@BinDeps.setup

libcplex = library_dependency("libcplex",aliases=["libcplex124.so","cplex124","cplex1251","libcplex1251.dylib","libcplex1251.jnilib"])
libcplex = library_dependency("libcplex",aliases=["libcplex124.so","cplex124","cplex1251","libcplex1251.so", "libcplex1251.dylib","libcplex1251.jnilib"])

0 comments on commit 33341aa

Please sign in to comment.