Skip to content

Commit

Permalink
Add lame binary to LAME as well
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Oct 22, 2019
1 parent 8b4f14e commit b02d7a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion L/LAME/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ platforms = supported_platforms()

# The products that we will ensure are always built
products = [
LibraryProduct("libmp3lame", :libmp3lame)
ExecutableProduct("lame", :lame),
LibraryProduct("libmp3lame", :libmp3lame),
]

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

0 comments on commit b02d7a5

Please sign in to comment.