Skip to content

Commit 96fd70d

Browse files
mitchhentgesElias Carotti
authored andcommitted
Fix cmake not being found by turning off strip_one
With `strip_one`, the contents of the `cmake*.zip` file go right into `gtk-build/tools/`, rather than `gtk-build/tools/cmake*/`. This breaks later references, such as expecting `cmake` to be available at `gtk-build/tools/cmake*/bin/`
1 parent b75300b commit 96fd70d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gvsbuild/tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def unpack(self):
8484
dir_part=self.dir_part,
8585
check_file=self.full_exe,
8686
check_mark=True,
87-
strip_one=True,
8887
)
8988

9089

0 commit comments

Comments
 (0)