Remove libgomp deps

This commit is contained in:
crazywhalecc
2025-06-28 17:13:22 +08:00
parent 604131b31d
commit 3357f286ab
2 changed files with 1 additions and 19 deletions

View File

@@ -145,10 +145,6 @@ class SPCConfigUtil
}
}
}
// patch: imagick (imagemagick wrapper) for linux needs libgomp
if (in_array('imagemagick', $libraries) && !SPCTarget::isTarget(SPCTarget::GLIBC)) {
$short_name[] = '-lgomp';
}
return implode(' ', $short_name);
}