Skip to content

Commit

Permalink
lz4: use self.push_location instead of Meson.push_location
Browse files Browse the repository at this point in the history
Mainly for consistency with the other projects
  • Loading branch information
nacho committed Nov 21, 2024
1 parent f8a8b00 commit 7617796
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("build/meson")
Meson.build(self)
Meson.pop_location(self)
self.pop_location()

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

0 comments on commit 7617796

Please sign in to comment.