Skip to content

Commit

Permalink
lz4: Install LICENSE from the root folder
Browse files Browse the repository at this point in the history
Pop the location first.
  • Loading branch information
AlessandroBono committed Aug 2, 2024
1 parent 1094e77 commit 04391e6
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 04391e6

Please sign in to comment.