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