Skip to content

Commit

Permalink
Merge pull request #1401 from AlessandroBono/wip/abono/lz4-fixup
Browse files Browse the repository at this point in the history
lz4: Install LICENSE from the root folder
  • Loading branch information
danyeaw authored Aug 2, 2024
2 parents 1094e77 + 04391e6 commit 5f54f29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gvsbuild/projects/lz4.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ def __init__(self):
def build(self):
Meson.push_location(self, "build/meson")
Meson.build(self)
Meson.pop_location(self)

self.install(r"..\..\lib\LICENSE share\doc\lz4")
self.install(r".\lib\LICENSE share\doc\lz4")

0 comments on commit 5f54f29

Please sign in to comment.