Skip to content

Commit

Permalink
zlib: fix typo sudbdir_done -> subdir_done
Browse files Browse the repository at this point in the history
  • Loading branch information
autkin1 authored and neheb committed Jun 5, 2023
1 parent acc6de1 commit 79213ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2770,6 +2770,7 @@
"zlib"
],
"versions": [
"1.2.13-4",
"1.2.13-3",
"1.2.13-2",
"1.2.13-1",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/zlib/test/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if get_option('tests').disabled()
sudbdir_done()
subdir_done()
endif

test('example', executable('example', 'example.c', dependencies: zlib_dep))
Expand Down

0 comments on commit 79213ef

Please sign in to comment.