Skip to content

Commit

Permalink
[LASzip] add ExecutableProduct
Browse files Browse the repository at this point in the history
Which is used to pipe Laz files in LasIO.jl, and is needed for visr/LasIO.jl#37
  • Loading branch information
visr committed Nov 28, 2020
1 parent 2987bad commit 1f544a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion L/LASzip/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ platforms = supported_platforms()

# The products that we will ensure are always built
products = [
LibraryProduct(["liblaszip", "liblaszip3"], :liblaszip)
LibraryProduct(["liblaszip", "liblaszip3"], :liblaszip),
ExecutableProduct("laszip", :laszip_path),
]

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

0 comments on commit 1f544a0

Please sign in to comment.