]> granicus.if.org Git - php/commitdiff
- fix object dir usage (ie: relative path called from a symlinked dir), also fix...
authorPierre Joye <pajoye@php.net>
Mon, 24 Aug 2009 14:18:19 +0000 (14:18 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 24 Aug 2009 14:18:19 +0000 (14:18 +0000)
win32/build/config.w32

index 6042850283d7997724b3bc6b95f4f6c37d62f11f..769e67afdd998282f80168bf0452251b61793c1c 100644 (file)
@@ -82,6 +82,7 @@ if (VCVERS > 1200) {
 // stick objects somewhere outside of the source tree
 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
 if (PHP_OBJECT_OUT_DIR.length) {
+       PHP_OBJECT_OUT_DIR = FSO.GetAbsolutePathName(PHP_OBJECT_OUT_DIR);
        if (!FSO.FolderExists(PHP_OBJECT_OUT_DIR)) {
                ERROR('you chosen output directory ' + PHP_OBJECT_OUT_DIR + ' does not exist');
        }