[webkit-dev] Order of determining $baseProductDir

Nathan Lawrence nlawrence at apple.com
Fri May 28 09:38:31 PDT 2010


Symbian seems to be the only other platform to do this.  None of the other platforms have system defaults.

The issue here is actually outside of Xcode.  Inside Xcode, the system path can be overwritten on a per project basis.  Outside of Xcode (make or WebKitTools/Scripts), there doesn't seem to be a way of overwriting the Xcode system path.  Making ${WEBKITOUTPUTDIR} take precedence would make this possible.

-- Nathan

On May 28, 2010, at 9:06 AM, Darin Adler wrote:

> On May 28, 2010, at 8:55 AM, Nathan Lawrence wrote:
> 
>> In looking through webkitdirs.pm in /WebKitTools/Scripts/, I noticed that the base product directory is set to ${WERBKITOUTPUTDIR} only if there is no system wide default in Xcode.plist.  It seems that the environment specific variable should always be used if available, and if that is not set, fall back to the system default.  What do other people think?
> 
> I agree that if both the environment variable and the Xcode default are present we should let the environment variable win.
> 
> Is this a Mac-only, Xcode-only issue, or is there some similar thing on Windows or other platforms?
> 
>    -- Darin
> 



More information about the webkit-dev mailing list