mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
prevent warning
This commit is contained in:
parent
6f5fc43490
commit
55f01149e4
@ -307,7 +307,6 @@ class LinuxBuilder extends UnixBuilderBase
|
||||
rename($libphpPath, $libphpRelease);
|
||||
}
|
||||
if (file_exists($libphpRelease)) {
|
||||
rename(BUILD_LIB_PATH . '/libphp.so', $libphpRelease);
|
||||
chdir(BUILD_LIB_PATH);
|
||||
symlink($realLibName, 'libphp.so');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user