mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
- MFH: new usual suspects
This commit is contained in:
parent
d9509f7a6d
commit
c501d5f2a4
@ -231,8 +231,8 @@ if (PHP_PHP_BUILD == 'no') {
|
||||
ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
|
||||
ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
|
||||
|
||||
var php_usual_include_suspects = PHP_PHP_BUILD+"\\include;..\\bindlib_w32";
|
||||
var php_usual_lib_suspects = PHP_PHP_BUILD+"\\lib;..\\bindlib_w32";
|
||||
var php_usual_include_suspects = PHP_PHP_BUILD+"\\include;..\\deps\\include;..\\bindlib_w32;";
|
||||
var php_usual_lib_suspects = PHP_PHP_BUILD+"\\lib;..\\deps\\lib;..\\bindlib_w32";
|
||||
|
||||
// Poke around for some headers
|
||||
function probe_basic_headers()
|
||||
|
Loading…
Reference in New Issue
Block a user