mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
Fix windows curl build >= 8.3 (#660)
* Test windows curl * Test windows curl * Fix windows curl build for PHP 8.3 and 8.4
This commit is contained in:
@@ -48,5 +48,7 @@ class curl extends WindowsLibraryBase
|
||||
$this->builder->makeSimpleWrapper('cmake'),
|
||||
"--build cmakebuild --config Release --target install -j{$this->builder->concurrency}"
|
||||
);
|
||||
// move libcurl.lib to libcurl_a.lib
|
||||
rename(BUILD_LIB_PATH . '\libcurl.lib', BUILD_LIB_PATH . '\libcurl_a.lib');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user