Skip to content

Commit

Permalink
Fix products (prefix lib was missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeroFrondelius committed Oct 13, 2019
1 parent ce3a5ee commit 1c0cb03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ platforms = expand_gcc_versions(platforms)
products(prefix) = [
LibraryProduct(prefix, "libmises_umat", :mises_umat),
LibraryProduct(prefix, "libelastic", :elastic),
LibraryProduct(prefix, "isotropic_plast_exp", :isotropic_plast_exp),
LibraryProduct(prefix, "isotropic_plast_imp", :isotropic_plast_imp),
LibraryProduct(prefix, "visco_imp", :visco_imp)
LibraryProduct(prefix, "libisotropic_plast_exp", :isotropic_plast_exp),
LibraryProduct(prefix, "libisotropic_plast_imp", :isotropic_plast_imp)
]

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

0 comments on commit 1c0cb03

Please sign in to comment.