Skip to content

Commit

Permalink
Update build_tarballs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-pablo-vielma committed Aug 29, 2018
1 parent e1f4b22 commit 7a5a9d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_tarballs.jl
Expand Up @@ -40,7 +40,8 @@ platforms = [

# The products that we will ensure are always built
products(prefix) = [
LibraryProduct(prefix, "libipopt", :libipopt)
LibraryProduct(prefix, "libipopt", :libipopt),
ExecutableProduct(prefix, "ipopt", :amplexe)
]

# Dependencies that must be installed before this package can be built
Expand Down

0 comments on commit 7a5a9d2

Please sign in to comment.