diff --git a/src/SPC/builder/unix/library/libjxl.php b/src/SPC/builder/unix/library/libjxl.php index 58015668..0ff773a6 100644 --- a/src/SPC/builder/unix/library/libjxl.php +++ b/src/SPC/builder/unix/library/libjxl.php @@ -12,10 +12,6 @@ trait libjxl { public function patchBeforeBuild(): bool { - $depsContent = file_get_contents($this->source_dir . '/deps.sh'); - if (str_contains($depsContent, '# return 0')) { - return false; - } FileSystem::replaceFileStr( $this->source_dir . '/deps.sh', ['return 0', 'download_github third_party/brotli', 'download_github third_party/zlib', 'download_github third_party/libpng'],