no realpath needed

This commit is contained in:
Anatol Belski
2017-08-17 15:33:38 +02:00
parent aee165fe05
commit 69fb69fd93

View File

@@ -302,7 +302,7 @@ class Config
if (preg_match(",PHP_BUILD=(.+),", $s, $m)) { if (preg_match(",PHP_BUILD=(.+),", $s, $m)) {
if (isset($m[1]) && is_dir($m[1])) { if (isset($m[1]) && is_dir($m[1])) {
self::setDepsLocalPath(realpath($m[1])); self::setDepsLocalPath($m[1]);
} }
} }
} }