Skip to content

Commit 55f0114

Browse files
committed
prevent warning
1 parent 6f5fc43 commit 55f0114

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SPC/builder/linux/LinuxBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ protected function buildEmbed(): void
307307
rename($libphpPath, $libphpRelease);
308308
}
309309
if (file_exists($libphpRelease)) {
310-
rename(BUILD_LIB_PATH . '/libphp.so', $libphpRelease);
311310
chdir(BUILD_LIB_PATH);
312311
symlink($realLibName, 'libphp.so');
313312
}

0 commit comments

Comments
 (0)