mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
- no need to look for bindlib_w32, not used anymore
This commit is contained in:
@@ -239,8 +239,8 @@ DEFINE("PHP_BUILD", PHP_PHP_BUILD);
|
||||
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;..\\deps\\include;..\\bindlib_w32;";
|
||||
var php_usual_lib_suspects = PHP_PHP_BUILD+"\\lib;..\\deps\\lib;..\\bindlib_w32";
|
||||
var php_usual_include_suspects = PHP_PHP_BUILD+"\\include;..\\deps\\include";
|
||||
var php_usual_lib_suspects = PHP_PHP_BUILD+"\\lib;..\\deps\\lib";
|
||||
|
||||
// Poke around for some headers
|
||||
function probe_basic_headers()
|
||||
|
||||
Reference in New Issue
Block a user