mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
prevent warning
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user