[Webkit-unassigned] [Bug 39296] build-webkit doesn't recognize Platform SDK on win64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 12:40:50 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39296


Adam Roben (aroben) <aroben at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56383|review?                     |review+
               Flag|                            |




--- Comment #2 from Adam Roben (aroben) <aroben at apple.com>  2010-05-18 12:40:50 PST ---
(From update of attachment 56383)
> -    return if -e $windowsPlatformSDKRegistryEntry;
> +    return if ((-e $windowsPlatformSDKRegistryEntry) || (-e $windows64PlatformSDKRegistryEntry));

Normally we'd omit the outer parentheses here.

r=me

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list