Skip to content

Commit

Permalink
Merge pull request #1482 from wingtk/wip/nacho/lz4-consistency
Browse files Browse the repository at this point in the history
lz4: use self.push_location instead of Meson.push_location
  • Loading branch information
danyeaw authored Nov 22, 2024
2 parents f8a8b00 + a94eaf6 commit afc8b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/lz4.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def __init__(self):
self.add_param("-Dossfuzz=false")

def build(self):
Meson.push_location(self, "build/meson")
self.push_location(r".\build\meson")
Meson.build(self)
Meson.pop_location(self)
self.pop_location()

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

0 comments on commit afc8b12

Please sign in to comment.