Skip to content

Commit b1abff6

Browse files
committed
don't use full install target, don't install-binaries
1 parent 487c6da commit b1abff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/linux/LinuxBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ protected function buildEmbed(): void
288288
shell()->cd(SOURCE_PATH . '/php-src')
289289
->exec('sed -i "s|//lib|/lib|g" Makefile')
290290
->exec('sed -i "s|^EXTENSION_DIR = .*|EXTENSION_DIR = /' . basename(BUILD_MODULES_PATH) . '|" Makefile')
291-
->exec("make {$concurrency} INSTALL_ROOT=" . BUILD_ROOT_PATH . " {$vars} install");
291+
->exec("make {$concurrency} INSTALL_ROOT=" . BUILD_ROOT_PATH . " {$vars} install-sapi install-build install-headers install-programs");
292292

293293
$ldflags = getenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS') ?: '';
294294
$libDir = BUILD_LIB_PATH;

0 commit comments

Comments
 (0)