mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Be verbose if --with-mp is enabled
This commit is contained in:
parent
ad728725cb
commit
c0b56232ba
@ -75,6 +75,10 @@ if (VS_TOOLSET && VCVERS >= 1500 && PHP_MP != 'disable') {
|
||||
}
|
||||
}
|
||||
|
||||
if (!PHP_MP_DISABLED) {
|
||||
STDOUT.WriteLine('Enabling multi process build');
|
||||
}
|
||||
|
||||
// General link flags
|
||||
toolset_setup_common_ldlags();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user