We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29339b9 commit 5a3a8dbCopy full SHA for 5a3a8db
src/SPC/builder/Extension.php
@@ -329,10 +329,6 @@ public function validate(): void
329
public function buildShared(): void
330
{
331
logger()->info('Building extension [' . $this->getName() . '] as shared extension (' . $this->getName() . '.so)');
332
- if (file_exists(BUILD_MODULES_PATH . '/' . $this->getName() . '.so')) {
333
- logger()->info('extension ' . $this->getName() . ' already built, skipping');
334
- return;
335
- }
336
foreach ($this->dependencies as $dependency) {
337
if (!$dependency instanceof Extension) {
338
continue;
0 commit comments