Skip to content

Commit

Permalink
lz4: use backslashes for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho committed Nov 21, 2024
1 parent 7617796 commit a94eaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gvsbuild/projects/lz4.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self):
self.add_param("-Dossfuzz=false")

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

Expand Down

0 comments on commit a94eaf6

Please sign in to comment.