mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix condition to check for config.w32 in phpize (#17667)
This commit is contained in:
@@ -203,7 +203,7 @@ if (buildconf_process_args() == 0) {
|
||||
WScript.Quit(3);
|
||||
}
|
||||
|
||||
if (FSO.FileExists("config.w32")) {
|
||||
if (!FSO.FileExists("config.w32")) {
|
||||
STDERR.WriteLine("Cannot find config.w32");
|
||||
STDERR.WriteLine("Must be run from the root of the extension source");
|
||||
WScript.Quit(10);
|
||||
|
||||
Reference in New Issue
Block a user