Skip to content

Commit 1b6422e

Browse files
committed
suggestion 2
1 parent a643c44 commit 1b6422e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ trait libjxl
1212
{
1313
public function patchBeforeBuild(): bool
1414
{
15-
$depsContent = file_get_contents($this->source_dir . '/deps.sh');
16-
if (str_contains($depsContent, '# return 0')) {
17-
return false;
18-
}
1915
FileSystem::replaceFileStr(
2016
$this->source_dir . '/deps.sh',
2117
['return 0', 'download_github third_party/brotli', 'download_github third_party/zlib', 'download_github third_party/libpng'],

0 commit comments

Comments
 (0)