Skip to content

Commit 32efeb9

Browse files
committed
don't build ossfuzzer for zip
1 parent 3103358 commit 32efeb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SPC/builder/unix/library/libzip.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ protected function build(): void
2222
'-DBUILD_EXAMPLES=OFF',
2323
'-DBUILD_REGRESS=OFF',
2424
'-DBUILD_TOOLS=OFF',
25+
'-DBUILD_OSSFUZZ=OFF',
2526
)
2627
->build();
2728
$this->patchPkgconfPrefix(['libzip.pc'], PKGCONF_PATCH_PREFIX);

0 commit comments

Comments
 (0)